From 8bbc8610ee6a473b40f8df9db02793f290a92461 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 16 Oct 2024 12:36:35 +0000 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@2cc4b44c7be7d65152bcbd09f5a3606c8ff72ee3 Reference-to: stackabletech/operator-templating@2cc4b44 (Rename KUBERNETES_CLUSTER_DOMAIN to KUBERNETES_CLUSTER_DOMAIN) --- deploy/helm/kafka-operator/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/kafka-operator/templates/deployment.yaml b/deploy/helm/kafka-operator/templates/deployment.yaml index 39ff6701..b1acdf25 100644 --- a/deploy/helm/kafka-operator/templates/deployment.yaml +++ b/deploy/helm/kafka-operator/templates/deployment.yaml @@ -47,8 +47,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 }} - name: KAFKA_BROKER_CLUSTERROLE value: {{ include "operator.fullname" . }}-kafka-broker-clusterrole volumes: