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

This commit is contained in:
Alex Collins 2019-10-17 15:33:32 -07:00 committed by GitHub
parent 94ad32f4ea
commit 6bed858de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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