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 6f9d7ca commit 1a3c00aCopy full SHA for 1a3c00a
template/deploy/helm/[[operator]]/templates/deployment.yaml.j2
@@ -48,8 +48,10 @@ spec:
48
valueFrom:
49
fieldRef:
50
fieldPath: metadata.annotations['internal.stackable.tech/image']
51
+ {{- if .Values.kubernetesClusterDomain }}
52
- name: KUBERNETES_CLUSTER_DOMAIN
- value: {{ .Values.kubernetesClusterDomain | default "cluster.local" | quote }}
53
+ value: {{ .Values.kubernetesClusterDomain | quote }}
54
+ {{- end }}
55
{[% if operator.product_string in ['kafka'] %}]
56
- name: KAFKA_BROKER_CLUSTERROLE
57
value: {{ include "operator.fullname" . }}-kafka-broker-clusterrole
0 commit comments