Pārlūkot izejas kodu

Introduces sync policy 2

Simon Kaiser 3 gadus atpakaļ
vecāks
revīzija
2b8a23353a

+ 4
- 0
gitops-kaisers-info/apps/templates/argo-cd.yaml Parādīt failu

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

+ 4
- 0
gitops-kaisers-info/apps/templates/authentik.yaml Parādīt failu

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

+ 4
- 0
gitops-kaisers-info/apps/templates/crossplane.yaml Parādīt failu

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

+ 4
- 0
gitops-kaisers-info/apps/templates/gitea.yaml Parādīt failu

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

+ 4
- 0
gitops-kaisers-info/apps/templates/syncwaves.yaml Parādīt failu

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