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