Merge pull request #2073 from databus23/patch-3

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

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

Loading…
Cancel
Save