Alec Koumjian
05/02/2023, 8:37 PMdagster-k8s/config
tag in the @job
definition. In an ideal world, I could query kubernetes for the list of matching PVC's and update the job definition at runtime so it mounts the right PVC for the environment (or if it has been updating dynamically by some other system).
Is there a way to have this set dynamically at launch time?daniel
05/03/2023, 12:26 AMAlec Koumjian
05/04/2023, 2:19 PMlaunchRunMutation
by setting launchRun.executionParams.executionMetadata.tags
, does that seem right?daniel
05/04/2023, 2:19 PMAlec Koumjian
05/04/2023, 2:20 PM