kustomize + helm now managed by argocd

This commit is contained in:
2023-11-14 10:09:36 +01:00
parent d217b162ff
commit 73630c45da
10 changed files with 90 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ingress.yaml
- pvc.yaml
namespace: homeassistant
helmCharts:
- name: home-assistant
releaseName: homeassistant
# namespace: rmoll-harbor-poc
version: 13.4.2
valuesFile: values.yaml
repo: https://k8s-at-home.com/charts/