瀏覽代碼

Introduces sync policy

Simon Kaiser 3 年之前
父節點
當前提交
6500ca174a
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      gitops-kaisers-info/apps/values.yaml

+ 5
- 1
gitops-kaisers-info/apps/values.yaml 查看文件

@@ -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