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

fix indent

parent a45fbd20
...@@ -89,7 +89,7 @@ spec: ...@@ -89,7 +89,7 @@ spec:
- -path - -path
- /ddldml/ddl - /ddldml/ddl
resources: resources:
{{ toYaml .Values.bootstrap.ddldml.resources | indent 12 }} {{ toYaml .Values.bootstrap.ddldml.resources | indent 10 }}
{{ end }} {{ end }}
{{- if .Values.bootstrap.ddldml.configMap }} {{- if .Values.bootstrap.ddldml.configMap }}
- name: dml - name: dml
...@@ -120,7 +120,7 @@ spec: ...@@ -120,7 +120,7 @@ spec:
- -path - -path
- /ddldml/dml - /ddldml/dml
resources: resources:
{{ toYaml .Values.bootstrap.ddldml.resources | indent 12 }} {{ toYaml .Values.bootstrap.ddldml.resources | indent 10 }}
{{ end }} {{ end }}
containers: containers:
- name: success - 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