Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
refs/heads/main
/
.
/
charts
/
zot
/
templates
/
configmap.yaml
blob: a6a29c3651e7869e59d91b3a07b7cb9e42ed6c01 [
file
] [
log
] [
blame
]
gio
4a9d83d
2024-04-14 13:14:40 +0400
[
diff
] [
blame
]
1
{{
-
if and .Values.mountConfig .Values.configFiles }}
2
apiVersion:
v1
3
kind:
ConfigMap
4
metadata:
5
name:
{{ .Release.Name }}
-
config
6
data:
7
{{
-
range $key, $val
:
= .Values.configFiles }}
8
{{ $key }}
:
{{ $val
|
quote }}
9
{{
-
end }}
10
{{
-
end }}