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 611261a commit 0e7864cCopy full SHA for 0e7864c
deploy/helm/spark-k8s-operator/templates/deployment.yaml
@@ -47,8 +47,8 @@ spec:
47
valueFrom:
48
fieldRef:
49
fieldPath: metadata.annotations['internal.stackable.tech/image']
50
- - name: KUBERNETES_SERVICE_DNS_DOMAIN
51
- value: {{ .Values.kubernetesServiceDnsDomain | default "cluster.local" | quote }}
+ - name: KUBERNETES_CLUSTER_DOMAIN
+ value: {{ .Values.kubernetesClusterDomain | default "cluster.local" | quote }}
52
volumes:
53
- name: config-spec
54
configMap:
0 commit comments