Fix incorrect line

pull/3142/head
Denis Mikhaylov 7 years ago committed by GitHub
parent 15053e6750
commit 7e0e27726d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -143,7 +143,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: {{ .Files.Get "path/to/config" | sha256sum }} checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
[...] [...]
``` ```

Loading…
Cancel
Save