Skip to content

Commit 0e7864c

Browse files
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@2cc4b44 (#477)
Reference-to: stackabletech/operator-templating@2cc4b44 (Rename KUBERNETES_CLUSTER_DOMAIN to KUBERNETES_CLUSTER_DOMAIN)
1 parent 611261a commit 0e7864c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/helm/spark-k8s-operator/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ spec:
4747
valueFrom:
4848
fieldRef:
4949
fieldPath: metadata.annotations['internal.stackable.tech/image']
50-
- name: KUBERNETES_SERVICE_DNS_DOMAIN
51-
value: {{ .Values.kubernetesServiceDnsDomain | default "cluster.local" | quote }}
50+
- name: KUBERNETES_CLUSTER_DOMAIN
51+
value: {{ .Values.kubernetesClusterDomain | default "cluster.local" | quote }}
5252
volumes:
5353
- name: config-spec
5454
configMap:

0 commit comments

Comments
 (0)