Commit e1c34a95 authored by chobbs's avatar chobbs Committed by David McKay

fix indent

parent a45fbd20
......@@ -89,7 +89,7 @@ spec:
- -path
- /ddldml/ddl
resources:
{{ toYaml .Values.bootstrap.ddldml.resources | indent 12 }}
{{ toYaml .Values.bootstrap.ddldml.resources | indent 10 }}
{{ end }}
{{- if .Values.bootstrap.ddldml.configMap }}
- name: dml
......@@ -120,7 +120,7 @@ spec:
- -path
- /ddldml/dml
resources:
{{ toYaml .Values.bootstrap.ddldml.resources | indent 12 }}
{{ toYaml .Values.bootstrap.ddldml.resources | indent 10 }}
{{ end }}
containers:
- name: success
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment