kubernetes-keystone-webook: add missing annotation

Fixes issue of not being able to upgrade webhook

Change-Id: Ic258e3d2fc30df2be5119e3f8ec3e650086c7216
This commit is contained in:
Sangeet Gupta 2018-06-19 18:44:05 +00:00 committed by Tin Lam
parent 04f648a3a3
commit 42f475133d

View File

@ -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