Merge pull request #2073 from databus23/patch-3

fix checksum example
pull/2075/head
Matt Butcher 9 years ago committed by GitHub
commit f9e108ffb3

@ -80,7 +80,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: {{ include (print $.Template.BasePath "/templates/secret.yaml") . | sha256sum }} checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
[...] [...]
``` ```

Loading…
Cancel
Save