Browse Source
Updates examples to better reflect hook usage today (#41)
pull/44/head
Alex Collins
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
1 additions and
12 deletions
-
apps/templates/helm-guestbook.yaml
-
apps/templates/helm-hooks.yaml
-
apps/templates/kustomize-guestbook.yaml
-
apps/templates/sync-waves.yaml
|
|
@ -14,6 +14,3 @@ spec: |
|
|
|
path: helm-guestbook |
|
|
|
repoURL: {{ .Values.spec.source.repoURL }} |
|
|
|
targetRevision: {{ .Values.spec.source.targetRevision }} |
|
|
|
syncPolicy: |
|
|
|
automated: |
|
|
|
prune: true |
|
|
|
|
|
@ -14,6 +14,4 @@ spec: |
|
|
|
path: helm-hooks |
|
|
|
repoURL: {{ .Values.spec.source.repoURL }} |
|
|
|
targetRevision: {{ .Values.spec.source.targetRevision }} |
|
|
|
syncPolicy: |
|
|
|
automated: |
|
|
|
prune: true |
|
|
|
|
|
|
|
|
|
@ -14,6 +14,3 @@ spec: |
|
|
|
path: kustomize-guestbook |
|
|
|
repoURL: {{ .Values.spec.source.repoURL }} |
|
|
|
targetRevision: {{ .Values.spec.source.targetRevision }} |
|
|
|
syncPolicy: |
|
|
|
automated: |
|
|
|
prune: true |
|
|
|
|
|
@ -14,6 +14,3 @@ spec: |
|
|
|
path: sync-waves |
|
|
|
repoURL: {{ .Values.spec.source.repoURL }} |
|
|
|
targetRevision: {{ .Values.spec.source.targetRevision }} |
|
|
|
syncPolicy: |
|
|
|
automated: |
|
|
|
prune: true |
|
|
|