Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
f9f0beec8492e05a459bd7080ad095b4cf9292bc
/
.
/
charts
/
zot
/
templates
/
configmap.yaml
blob: a6a29c3651e7869e59d91b3a07b7cb9e42ed6c01 [
file
] [
log
] [
blame
]
{{
-
if and .Values.mountConfig .Values.configFiles }}
apiVersion:
v1
kind:
ConfigMap
metadata:
name:
{{ .Release.Name }}
-
config
data:
{{
-
range $key, $val
:
= .Values.configFiles }}
{{ $key }}
:
{{ $val
|
quote }}
{{
-
end }}
{{
-
end }}