Skip to content

Commit 2cc4b44

Browse files
authored
Rename KUBERNETES_CLUSTER_DOMAIN to KUBERNETES_CLUSTER_DOMAIN (#447)
1 parent a053ff5 commit 2cc4b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/deploy/helm/[[operator]]/templates/deployment.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spec:
4848
valueFrom:
4949
fieldRef:
5050
fieldPath: metadata.annotations['internal.stackable.tech/image']
51-
- name: KUBERNETES_SERVICE_DNS_DOMAIN
52-
value: {{ .Values.kubernetesServiceDnsDomain | default "cluster.local" | quote }}
51+
- name: KUBERNETES_CLUSTER_DOMAIN
52+
value: {{ .Values.kubernetesClusterDomain | default "cluster.local" | quote }}
5353
{[% if operator.product_string in ['kafka'] %}]
5454
- name: KAFKA_BROKER_CLUSTERROLE
5555
value: {{ include "operator.fullname" . }}-kafka-broker-clusterrole

0 commit comments

Comments
 (0)