Updates examples to better reflect hook usage today (#41)
parent
94ad32f4ea
commit
6bed858de3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue