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:
committed by
Steve Wilkerson
parent
4a5cac564a
commit
84f30ec103
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user