kubernetes-keystone-webook: add missing annotation
Fixes issue of not being able to upgrade webhook Change-Id: Ic258e3d2fc30df2be5119e3f8ec3e650086c7216
This commit is contained in:
parent
04f648a3a3
commit
42f475133d
@ -32,6 +32,9 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
{{ tuple $envAll "kubernetes-keystone-webhook" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
||||
annotations:
|
||||
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:
|
||||
containers:
|
||||
- name: kubernetes-keystone-webhook
|
||||
|
Loading…
Reference in New Issue
Block a user