mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-18 10:57:13 -05:00
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 }}
|