mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-06 05:36:07 -05:00
11 lines
353 B
YAML
11 lines
353 B
YAML
![]() |
{{- if and .Values.authentication.mutual.spire.enabled .Values.authentication.mutual.spire.install.enabled -}}
|
||
|
apiVersion: v1
|
||
|
kind: Namespace
|
||
|
metadata:
|
||
|
name: {{ .Values.authentication.mutual.spire.install.namespace }}
|
||
|
{{- with .Values.authentication.mutual.spire.annotations }}
|
||
|
annotations:
|
||
|
{{- toYaml . | nindent 4 }}
|
||
|
{{- end }}
|
||
|
{{- end }}
|