Skip to content

Change metadata annotations to use $.Template.Basename

Jason Plum requested to merge 57-annotation-restart-configmap into master

Per https://gitlab.com/charts/helm.gitlab.io/issues/57#note_50930871

Change to use $.Template.Basename for annotations, causing the use of the template output, not the template raw.

Split template output for sidekiq-queue.yaml into sub-sets via StringSplit and set the checksums for each worker to the individual configmap content.

Now, when we change the ConfigMaps, pods actually are recreated.

Relates to #57 (closed)

Edited by Jason Plum

Merge request reports