diff --git a/apps/argocd.yaml b/apps/argocd.yaml index cbf190f..1790397 100644 --- a/apps/argocd.yaml +++ b/apps/argocd.yaml @@ -9,9 +9,12 @@ spec: server: https://kubernetes.default.svc project: default source: - path: argocd repoURL: https://gitea.linvogel.ch/linus/gitops.git targetRevision: HEAD + path: helm/argocd + helm: + valueFiles: + - values.yaml syncPolicy: automated: selfHeal: true diff --git a/apps/istio.yaml b/apps/istio.yaml index 7aa35c0..045e194 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -9,9 +9,13 @@ spec: server: https://kubernetes.default.svc project: default source: - path: istio repoURL: https://gitea.linvogel.ch/linus/gitops.git targetRevision: HEAD + path: helm/istio + helm: + valueFiles: + - values.yaml + syncPolicy: automated: selfHeal: true diff --git a/argocd/Chart.yaml b/helm/argocd/Chart.yaml similarity index 100% rename from argocd/Chart.yaml rename to helm/argocd/Chart.yaml diff --git a/argocd/values.yaml b/helm/argocd/values.yaml similarity index 100% rename from argocd/values.yaml rename to helm/argocd/values.yaml diff --git a/istio/Chart.yaml b/helm/istio/Chart.yaml similarity index 100% rename from istio/Chart.yaml rename to helm/istio/Chart.yaml diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml new file mode 100644 index 0000000..e69de29