12 lines
379 B
YAML
12 lines
379 B
YAML
{{- if and .Values.authentication.mutual.spire.enabled .Values.authentication.mutual.spire.install.enabled -}}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: spire-bundle
|
|
namespace: {{ .Values.authentication.mutual.spire.install.namespace }}
|
|
{{- with .Values.authentication.mutual.spire.annotations }}
|
|
annotations:
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
{{- end }}
|