Fix indent for defaultDeployment

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

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

Loading…
Cancel
Save