Add configmap annotation to spire-bundle configmap (#351)

This commit is contained in:
Faisal Memon
2023-06-16 23:22:44 +02:00
committed by GitHub
parent 020bde8561
commit e88f7f6fe2
@@ -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 }}