Unverified Commit 7e0e2772 authored by Denis Mikhaylov's avatar Denis Mikhaylov Committed by GitHub

Fix incorrect line

parent 15053e67
......@@ -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 }}
[...]
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment