|
@@ -120,7 +120,7 @@ spec:
|
|
|
name: metrics
|
|
name: metrics
|
|
|
{{- if .Values.livenessProbe.enabled }}
|
|
{{- if .Values.livenessProbe.enabled }}
|
|
|
livenessProbe:
|
|
livenessProbe:
|
|
|
- {{- toYaml .Values.livenessProbe.spec | nindent 12 }}
|
|
|
|
|
|
|
+ {{- toYaml (omit .Values.livenessProbe.spec "address") | nindent 12 }}
|
|
|
{{- end }}
|
|
{{- end }}
|
|
|
{{- with .Values.extraEnv }}
|
|
{{- with .Values.extraEnv }}
|
|
|
env:
|
|
env:
|