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 1892311 commit 01a05d1Copy full SHA for 01a05d1
template/deploy/helm/[[operator]]/templates/deployment.yaml.j2
@@ -48,6 +48,10 @@ spec:
48
valueFrom:
49
fieldRef:
50
fieldPath: metadata.annotations['internal.stackable.tech/image']
51
+ - name: KUBERNETES_NODE_NAME
52
+ valueFrom:
53
+ fieldRef:
54
+ fieldPath: spec.nodeName
55
{{- if .Values.kubernetesClusterDomain }}
56
- name: KUBERNETES_CLUSTER_DOMAIN
57
value: {{ .Values.kubernetesClusterDomain | quote }}
0 commit comments