Преглед на файлове

Updates examples to better reflect hook usage today (#41)

Alex Collins преди 5 години
родител
ревизия
6bed858de3
променени са 4 файла, в които са добавени 1 реда и са изтрити 12 реда
  1. 0 3
      apps/templates/helm-guestbook.yaml
  2. 1 3
      apps/templates/helm-hooks.yaml
  3. 0 3
      apps/templates/kustomize-guestbook.yaml
  4. 0 3
      apps/templates/sync-waves.yaml

+ 0 - 3
apps/templates/helm-guestbook.yaml

@@ -14,6 +14,3 @@ spec:
     path: helm-guestbook
     repoURL: {{ .Values.spec.source.repoURL }}
     targetRevision: {{ .Values.spec.source.targetRevision }}
-  syncPolicy:
-    automated:
-      prune: true

+ 1 - 3
apps/templates/helm-hooks.yaml

@@ -14,6 +14,4 @@ spec:
     path: helm-hooks
     repoURL: {{ .Values.spec.source.repoURL }}
     targetRevision: {{ .Values.spec.source.targetRevision }}
-  syncPolicy:
-    automated:
-      prune: true
+

+ 0 - 3
apps/templates/kustomize-guestbook.yaml

@@ -14,6 +14,3 @@ spec:
     path: kustomize-guestbook
     repoURL: {{ .Values.spec.source.repoURL }}
     targetRevision: {{ .Values.spec.source.targetRevision }}
-  syncPolicy:
-    automated:
-      prune: true

+ 0 - 3
apps/templates/sync-waves.yaml

@@ -14,6 +14,3 @@ spec:
     path: sync-waves
     repoURL: {{ .Values.spec.source.repoURL }}
     targetRevision: {{ .Values.spec.source.targetRevision }}
-  syncPolicy:
-    automated:
-      prune: true