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
|
||||
containerPort: 445
|
||||
protocol: TCP
|
||||
{{- if .Values.livenessProbe.enabled | default true }}
|
||||
{{- if .Values.livenessProbe.enabled }}
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
|
Loading…
Add table
Reference in a new issue