From 8073893f73b38addfd53abff0fa71b2ccef4f4f2 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 16 Oct 2024 14:18:51 +0200 Subject: [PATCH] Rename KUBERNETES_CLUSTER_DOMAIN to KUBERNETES_CLUSTER_DOMAIN --- .../deploy/helm/[[operator]]/templates/deployment.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/deploy/helm/[[operator]]/templates/deployment.yaml.j2 b/template/deploy/helm/[[operator]]/templates/deployment.yaml.j2 index b0265b1b..a15a5c9c 100644 --- a/template/deploy/helm/[[operator]]/templates/deployment.yaml.j2 +++ b/template/deploy/helm/[[operator]]/templates/deployment.yaml.j2 @@ -48,8 +48,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.annotations['internal.stackable.tech/image'] - - name: KUBERNETES_SERVICE_DNS_DOMAIN - value: {{ .Values.kubernetesServiceDnsDomain | default "cluster.local" | quote }} + - name: KUBERNETES_CLUSTER_DOMAIN + value: {{ .Values.kubernetesClusterDomain | default "cluster.local" | quote }} {[% if operator.product_string in ['kafka'] %}] - name: KAFKA_BROKER_CLUSTERROLE value: {{ include "operator.fullname" . }}-kafka-broker-clusterrole