docs: correct indentations

This commit is contained in:
Chi-En Wu
2020-04-23 09:21:29 +08:00
parent 75e6d18687
commit 7bbf578ee5

View File

@ -238,12 +238,12 @@ spec:
template:
spec:
containers:
- {{- include "common.container" (append . "mychart.deployment.container") | nindent 10 }}
- {{- include "common.container" (append . "mychart.deployment.container") | nindent 8 }}
{{- end -}}
{{- define "mychart.deployment.container" -}}
## Define overrides for your Container here, e.g.
ports:
- name: http
- name: http
containerPort: 80
protocol: TCP
livenessProbe: