Add release-annotation to pod spec, add missing annotations

This adds the release-annotation to the pod spec for the charts in
openstack-helm-infra. This also adds missing configmap annotations
to charts in openstack-helm-infra

Change-Id: Ie23f0c16a7a21d3929e98928db2bbcef69ae6490
This commit is contained in:
Steve Wilkerson
2019-02-12 11:00:14 -06:00
committed by Steve Wilkerson
parent 4a5cac564a
commit 84f30ec103
58 changed files with 97 additions and 3 deletions

View File

@@ -38,6 +38,9 @@ spec:
metadata:
labels:
{{ tuple $envAll "redis" "server" | 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" }}
spec:
serviceAccountName: {{ $serviceAccountName }}
affinity: