diff --git a/build-tools/helm/spark-kubernetes-operator/templates/_helpers.tpl b/build-tools/helm/spark-kubernetes-operator/templates/_helpers.tpl index bd8cc86b..f5764393 100644 --- a/build-tools/helm/spark-kubernetes-operator/templates/_helpers.tpl +++ b/build-tools/helm/spark-kubernetes-operator/templates/_helpers.tpl @@ -115,6 +115,7 @@ spark.kubernetes.operator.namespace={{ .Release.Namespace }} spark.kubernetes.operator.name={{- include "spark-operator.name" . }} spark.kubernetes.operator.dynamicConfig.enabled={{ .Values.operatorConfiguration.dynamicConfig.enable }} spark.kubernetes.operator.metrics.port={{ include "spark-operator.metricsPort" . }} +spark.kubernetes.operator.health.probePort={{ include "spark-operator.probePort" . }} {{- if .Values.workloadResources.namespaces.overrideWatchedNamespaces }} spark.kubernetes.operator.watchedNamespaces={{ include "spark-operator.workloadNamespacesStr" . | trim }} {{- end }}