Add release uuid annotation to POD spec

Change-Id: I8a0518660eca85e139e0316fa6c3f5be0302a67e
This commit is contained in:
Kumar, Nishant(nk613n) 2019-06-19 13:35:04 -04:00 committed by Nishant Kumar
parent ea2fb8b972
commit 24b3ad806c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ spec:
labels:
{{ tuple $envAll "deckhand" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
annotations:
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.utils.hash" }}
spec: