File tree 1 file changed +2
-2
lines changed
helm/pinot/templates/server
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
initialDelaySeconds : {{ .Values.probes.initialDelaySeconds }}
89
89
periodSeconds : {{ .Values.probes.periodSeconds }}
90
90
httpGet :
91
- {{- if .Values.server.probes.livenessProbe. endpoint }}
91
+ {{- if and .Values.server.probes.livenessProbe .Values.server.probes.livenessProbe. endpoint}}
92
92
path : {{ .Values.server.probes.livenessProbe.endpoint }}
93
93
{{- else }}
94
94
path : {{ .Values.server.probes.endpoint }}
@@ -100,7 +100,7 @@ spec:
100
100
initialDelaySeconds : {{ .Values.probes.initialDelaySeconds }}
101
101
periodSeconds : {{ .Values.probes.periodSeconds }}
102
102
httpGet :
103
- {{- if .Values.server.probes.readinessProbe. endpoint }}
103
+ {{- if and .Values.server.probes.readinessProbe .Values.server.probes.readinessProbe. endpoint}}
104
104
path : {{ .Values.server.probes.readinessProbe.endpoint }}
105
105
{{- else }}
106
106
path : {{ .Values.server.probes.endpoint }}
You can’t perform that action at this time.
0 commit comments