We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a053ff5 commit 2cc4b44Copy full SHA for 2cc4b44
template/deploy/helm/[[operator]]/templates/deployment.yaml.j2
@@ -48,8 +48,8 @@ spec:
48
valueFrom:
49
fieldRef:
50
fieldPath: metadata.annotations['internal.stackable.tech/image']
51
- - name: KUBERNETES_SERVICE_DNS_DOMAIN
52
- value: {{ .Values.kubernetesServiceDnsDomain | default "cluster.local" | quote }}
+ - name: KUBERNETES_CLUSTER_DOMAIN
+ value: {{ .Values.kubernetesClusterDomain | default "cluster.local" | quote }}
53
{[% if operator.product_string in ['kafka'] %}]
54
- name: KAFKA_BROKER_CLUSTERROLE
55
value: {{ include "operator.fullname" . }}-kafka-broker-clusterrole
0 commit comments