We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61f20c commit 1a9aa38Copy full SHA for 1a9aa38
charts/selenium-grid/templates/_helpers.tpl
@@ -782,7 +782,7 @@ Get the lifecycle of the pod is used for a Node to deregister from the Hub/Route
782
{{- $lifecycle = (tpl (toYaml (default ($defaultDeregisterLifecycle | fromYaml) .node.deregisterLifecycle) ) $ | fromYaml) | toYaml -}}
783
{{- end -}}
784
785
-{{- if not .node.lifecycle -}}
+{{- if .node.lifecycle -}}
786
{{- $lifecycle = mergeOverwrite ($lifecycle | fromYaml) (tpl (toYaml .node.lifecycle) $ | fromYaml) | toYaml -}}
787
788
{{ if and $lifecycle (ne $lifecycle "{}") -}}
0 commit comments