Commit f9e108ff authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #2073 from databus23/patch-3

fix checksum example
parents e905b085 65a33d6f
......@@ -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 }}
[...]
```
......
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