Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
refs/heads/main
/
.
/
charts
/
virtual-machine
/
templates
/
configs.yaml
blob: e3daf7f704b92a24ec87b307b89f75b1f1251b49 [
file
] [
log
] [
blame
]
{{
-
if .Values.configFiles }}
apiVersion:
v1
kind:
ConfigMap
metadata:
name:
configs
-
{{ .Values.name }}
data:
{{ toYaml .Values.configFiles
|
nindent 2 }}
{{
-
end }}