That default was coming in always :(
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
bd99e5156a
commit
7d32dabc62
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ spec:
|
||||||
- name: cifs
|
- name: cifs
|
||||||
containerPort: 445
|
containerPort: 445
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- if .Values.livenessProbe.enabled | default true }}
|
{{- if .Values.livenessProbe.enabled }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Add table
Reference in a new issue