You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
352 B
YAML
15 lines
352 B
YAML
#{{- if dig "tenant.configation" false (.Values | merge (dict)) }}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
# name: {{ .Values.tenant.tenant.configation.name }}
|
|
name: bloody-secret
|
|
stringData:
|
|
config.env: |-
|
|
# {{- range $ELEM := .Values.minio_tenant_secret_envvars }}
|
|
# {{ $ELEM }}
|
|
# {{- end }}
|
|
foo: bar
|
|
rumpel: pumpel
|
|
#{{- end }}
|