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

Merge pull request #1695 from longseespace/patch-1

Update checksum/config annotation
parents 9ae9586d a5ba5faf
...@@ -80,7 +80,7 @@ spec: ...@@ -80,7 +80,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: {{ include "mychart/templates/configmap.yaml" . | sha256sum }} checksum/config: {{ include (print $.Chart.Name "/templates/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