Skip to content

Commit

Permalink
Updates examples to better reflect hook usage today (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Oct 17, 2019
1 parent 94ad32f commit 6bed858
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions apps/templates/helm-guestbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ spec:
path: helm-guestbook
repoURL: {{ .Values.spec.source.repoURL }}
targetRevision: {{ .Values.spec.source.targetRevision }}
syncPolicy:
automated:
prune: true
4 changes: 1 addition & 3 deletions apps/templates/helm-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ spec:
path: helm-hooks
repoURL: {{ .Values.spec.source.repoURL }}
targetRevision: {{ .Values.spec.source.targetRevision }}
syncPolicy:
automated:
prune: true

3 changes: 0 additions & 3 deletions apps/templates/kustomize-guestbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ spec:
path: kustomize-guestbook
repoURL: {{ .Values.spec.source.repoURL }}
targetRevision: {{ .Values.spec.source.targetRevision }}
syncPolicy:
automated:
prune: true
3 changes: 0 additions & 3 deletions apps/templates/sync-waves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ spec:
path: sync-waves
repoURL: {{ .Values.spec.source.repoURL }}
targetRevision: {{ .Values.spec.source.targetRevision }}
syncPolicy:
automated:
prune: true

0 comments on commit 6bed858

Please sign in to comment.