From 24b3ad806caf70a24eb6d513407cf27978555dcb Mon Sep 17 00:00:00 2001 From: "Kumar, Nishant(nk613n)" Date: Wed, 19 Jun 2019 13:35:04 -0400 Subject: [PATCH] Add release uuid annotation to POD spec Change-Id: I8a0518660eca85e139e0316fa6c3f5be0302a67e --- charts/deckhand/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/deckhand/templates/deployment.yaml b/charts/deckhand/templates/deployment.yaml index 3773b9f7..d96f501d 100644 --- a/charts/deckhand/templates/deployment.yaml +++ b/charts/deckhand/templates/deployment.yaml @@ -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: