Merge pull request #3142 from notxcain/patch-1

Fix incorrect line
pull/2871/merge
Matthew Fisher 7 years ago committed by GitHub
commit 5f53c55b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save