Simon Kaiser 3 лет назад
Родитель
Сommit
2b8a23353a

+ 4
- 0
gitops-kaisers-info/apps/templates/argo-cd.yaml Просмотреть файл

10
     namespace: argocd
10
     namespace: argocd
11
     name: {{ .Values.spec.destination.name }}
11
     name: {{ .Values.spec.destination.name }}
12
   project: {{ .Values.spec.project }}
12
   project: {{ .Values.spec.project }}
13
+  syncPolicy:
14
+    automated:
15
+      prune: true
16
+      selfHeal: true
13
   source:
17
   source:
14
     chart: argo-cd
18
     chart: argo-cd
15
     repoURL: https://github.com/argoproj/argo-helm
19
     repoURL: https://github.com/argoproj/argo-helm

+ 4
- 0
gitops-kaisers-info/apps/templates/authentik.yaml Просмотреть файл

10
     namespace: authentik
10
     namespace: authentik
11
     name: {{ .Values.spec.destination.name }}
11
     name: {{ .Values.spec.destination.name }}
12
   project: {{ .Values.spec.project }}
12
   project: {{ .Values.spec.project }}
13
+  syncPolicy:
14
+    automated:
15
+      prune: true
16
+      selfHeal: true
13
   source:
17
   source:
14
     chart: goauthentik/authentik
18
     chart: goauthentik/authentik
15
     repoURL: https://charts.goauthentik.io
19
     repoURL: https://charts.goauthentik.io

+ 4
- 0
gitops-kaisers-info/apps/templates/crossplane.yaml Просмотреть файл

10
     namespace: crossplane-system
10
     namespace: crossplane-system
11
     name: {{ .Values.spec.destination.name }}
11
     name: {{ .Values.spec.destination.name }}
12
   project: {{ .Values.spec.project }}
12
   project: {{ .Values.spec.project }}
13
+  syncPolicy:
14
+    automated:
15
+      prune: true
16
+      selfHeal: true
13
   source:
17
   source:
14
     path: {{ .Values.spec.source.path }}/crossplane
18
     path: {{ .Values.spec.source.path }}/crossplane
15
     repoURL: {{ .Values.spec.source.repoURL }}
19
     repoURL: {{ .Values.spec.source.repoURL }}

+ 4
- 0
gitops-kaisers-info/apps/templates/gitea.yaml Просмотреть файл

10
     namespace: gitea
10
     namespace: gitea
11
     name: {{ .Values.spec.destination.name }}
11
     name: {{ .Values.spec.destination.name }}
12
   project: {{ .Values.spec.project }}
12
   project: {{ .Values.spec.project }}
13
+  syncPolicy:
14
+    automated:
15
+      prune: true
16
+      selfHeal: true
13
   source:
17
   source:
14
     chart: gitea-charts/gitea
18
     chart: gitea-charts/gitea
15
     repoURL: https://dl.gitea.io/charts
19
     repoURL: https://dl.gitea.io/charts

+ 4
- 0
gitops-kaisers-info/apps/templates/syncwaves.yaml Просмотреть файл

10
     namespace: argocd
10
     namespace: argocd
11
     name: {{ .Values.spec.destination.name }}
11
     name: {{ .Values.spec.destination.name }}
12
   project: {{ .Values.spec.project }}
12
   project: {{ .Values.spec.project }}
13
+  syncPolicy:
14
+    automated:
15
+      prune: true
16
+      selfHeal: true
13
   source:
17
   source:
14
     path: {{ .Values.spec.source.path }}/sync-waves
18
     path: {{ .Values.spec.source.path }}/sync-waves
15
     repoURL: {{ .Values.spec.source.repoURL }}
19
     repoURL: {{ .Values.spec.source.repoURL }}