Explorar el Código

Introduces sync policy

Simon Kaiser hace 3 años
padre
commit
6500ca174a
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      gitops-kaisers-info/apps/values.yaml

+ 5
- 1
gitops-kaisers-info/apps/values.yaml Ver fichero

@@ -5,4 +5,8 @@ spec:
5 5
     path: gitops-kaisers-info
6 6
     repoURL: https://git.kaisers.info/simonkaiser/k8s-kaisers-info.git
7 7
     targetRevision: HEAD
8
-  project: default
8
+  project: default
9
+  syncPolicy:
10
+    automated:
11
+      prune: true
12
+      selfHeal: true