Merge "[Ironic] Add configmap bin/etc hash to annotations"

This commit is contained in:
Zuul 2020-06-03 07:39:05 +00:00 committed by Gerrit Code Review
commit 560d6e9c23
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ spec:
{{ tuple $envAll "ironic" "conductor" | 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:
serviceAccountName: {{ $serviceAccountName }}
affinity: