Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix chart rendering when annotations specified
Commit 70b2777 caused user-provided annotations to break the `checksum` StatefulSet annotations. The `{{ with .Values.annotations }}` instruction changes the scope under which the checksum is calculated when user annotations are present. This removes the `{{ with .Values.annotations }}` and instead just writes out the user-provided annotations directly. I've also added a user-provided annotation to the `values.yaml` used in the smoke test to verify the fix. Fixes #37
- Loading branch information