Sfoglia il codice sorgente

fix(deployment): exclude 'address' key from livenessProbe definition (#5377)

Signed-off-by: Baptiste Roux <arte.but.posix@gmail.com>
Co-authored-by: Gergely Brautigam <skarlso777@gmail.com>
Baptiste Roux 8 mesi fa
parent
commit
823261da4e

+ 1 - 1
deploy/charts/external-secrets/templates/deployment.yaml

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