docs: correct indentations
This commit is contained in:
@ -238,12 +238,12 @@ spec:
|
|||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- {{- include "common.container" (append . "mychart.deployment.container") | nindent 10 }}
|
- {{- include "common.container" (append . "mychart.deployment.container") | nindent 8 }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- define "mychart.deployment.container" -}}
|
{{- define "mychart.deployment.container" -}}
|
||||||
## Define overrides for your Container here, e.g.
|
## Define overrides for your Container here, e.g.
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
Reference in New Issue
Block a user