Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
e65d9a934c8d6bab4d16358132f73f8396041e97
/
.
/
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 }}