Fix indent for defaultDeployment

pull/2294/head
Matthias Thubauville 9 years ago
parent fe1104056c
commit ce505f16e6

@ -169,7 +169,7 @@ spec:
path: / path: /
port: {{ .Values.service.internalPort }} port: {{ .Values.service.internalPort }}
resources: resources:
{{ toYaml .Values.resources | indent 12 }} {{ toYaml .Values.resources | indent 10 }}
` `
const defaultService = `apiVersion: v1 const defaultService = `apiVersion: v1

Loading…
Cancel
Save