From e88f7f6fe2ffacc7b158cd3f4a3a390d7fc63d4f Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Fri, 16 Jun 2023 14:22:44 -0700 Subject: [PATCH] Add configmap annotation to spire-bundle configmap (#351) --- .../spire/charts/spire-server/templates/bundle-configmap.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/spire/charts/spire-server/templates/bundle-configmap.yaml b/charts/spire/charts/spire-server/templates/bundle-configmap.yaml index ea4224e..95b7dd2 100644 --- a/charts/spire/charts/spire-server/templates/bundle-configmap.yaml +++ b/charts/spire/charts/spire-server/templates/bundle-configmap.yaml @@ -4,3 +4,7 @@ kind: ConfigMap metadata: name: {{ include "spire-lib.bundle-configmap" . }} namespace: {{ .Values.notifier.k8sbundle.namespace | default $namespace }} + {{- with .Values.configMap.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }}