Skip to content

Commit cca10c2

Browse files
authored
chore(supervisor): add machine label (#2603)
1 parent 63b6fc9 commit cca10c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/supervisor/src/workloadManager/kubernetes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ export class KubernetesWorkloadManager implements WorkloadManager {
307307
envtype: this.#envTypeToLabelValue(opts.envType),
308308
org: opts.orgId,
309309
project: opts.projectId,
310+
machine: opts.machine.name,
310311
};
311312
}
312313

0 commit comments

Comments
 (0)