mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
Without this patch the --write-to flag can't be controlled from the PlatformSpec in the CoreAPI. We need to surface this for the ArgoConfig struct in the AuthorAPI. That is to say, in v1alpha3 the --write-to flag was previously assumed to be deploy/ in ArgoConfig using the DeployFiles functionality. We no longer have DeployFiles in Core API v1alpha4, all artifacts are instead written relative to the --write-to flag. Still, we need to expose this flag in the PlatformSpec so users can use something other than the deploy directory.