ceph-osd: Add configmap hash as annotation
This is to add missing(ceph-osd-bin) configmap hash to ceph-osd ds Change-Id: I192ad29cd59a8e58e690e2775be6ade02dc22711
This commit is contained in:
parent
31e3469d28
commit
457ac52ee6
@ -38,6 +38,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
{{ tuple $envAll "ceph" "osd" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
||||
annotations:
|
||||
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||
spec:
|
||||
serviceAccountName: {{ $serviceAccountName }}
|
||||
nodeSelector:
|
||||
|
Loading…
Reference in New Issue
Block a user