Commit d64a1bb
authored
fix(template/helm): Add checksum/config annotation (#480)
Add the dynamic `checksum/config` annotation back in.
Previously, this annotation only appeared when `.Values.podAnnotations` was set.
It was only discovered broken by adding podAnnotations and seeing that the `include` context was invalid, leading to this error:
```
Error: template: trino-operator/templates/deployment.yaml:20:28: executing "trino-operator/templates/deployment.yaml" at <include (print $.Template.BasePath "/configmap.yaml") .>: error calling include: template: trino-operator/templates/configmap.yaml:4:10: executing "trino-operator/templates/configmap.yaml" at <.Files.Glob>: nil pointer evaluating interface {}.Glob
```
Note, this was always broken since inception in #7.1 parent 458ab02 commit d64a1bb
File tree
1 file changed
+1
-1
lines changed- template/deploy/helm/[[operator]]/templates
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments