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 7644d92 commit c87b835Copy full SHA for c87b835
1 file changed
apps/supervisor/src/workloadManager/kubernetes.ts
@@ -97,7 +97,11 @@ export class KubernetesWorkloadManager implements WorkloadManager {
97
},
98
{
99
name: "TRIGGER_WORKER_INSTANCE_NAME",
100
- value: env.TRIGGER_WORKER_INSTANCE_NAME,
+ valueFrom: {
101
+ fieldRef: {
102
+ fieldPath: "spec.nodeName",
103
+ },
104
105
106
107
name: "OTEL_EXPORTER_OTLP_ENDPOINT",
0 commit comments