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