Merge pull request #2294 from Thubo/master

Fix indent for defaultDeployment
pull/2301/head
Matt Butcher 9 years ago committed by GitHub
commit 12a8825373

@ -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