GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

Support multiple skaffold profiles in run config #3092

Closed wollowizard closed 1 year ago

wollowizard commented 1 year ago

It would be nice to be able to select multiple skaffold profiles in the Cloud code: Kubernetes Run configuration, Build/Deploy tab. As of now, only one profile can be chosen, but of course skaffold supports multiple profiles.

image

For now, I found a workaround by defining an environment variable in the run configuration, and setting an activation rule for the 2nd profile that checks that environment variable.

peterlin741 commented 1 year ago

Thanks for the feature request, We are tracking this in https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues/2748

Will close out this issue as a duplicate