Add configMap hash to annotation
This patch set adds in the annotation for the configmap-bin-hash for the memcached chart. Change-Id: I8d0e624af18165a1b146680eefa86f1184ddd924 Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
2fa40d7603
commit
f0f89b9425
@ -38,6 +38,8 @@ spec:
|
|||||||
{{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_deployment" | indent 2 }}
|
{{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_deployment" | indent 2 }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||||
labels:
|
labels:
|
||||||
{{ tuple $envAll "memcached" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
{{ tuple $envAll "memcached" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
||||||
spec:
|
spec:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user