You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the DevWorkspace operator is only deployable by setting environment variables and running kustomize. To support deploying the operator via chectl, we need to publish processed yamls that can be referenced in chectl without the need to run kustomization. This could potentially be done via GitHub releases to avoid filling the repo with thousands of lines of yaml.
The text was updated successfully, but these errors were encountered:
Description
Currently, the DevWorkspace operator is only deployable by setting environment variables and running
kustomize
. To support deploying the operator viachectl
, we need to publish processed yamls that can be referenced inchectl
without the need to run kustomization. This could potentially be done via GitHub releases to avoid filling the repo with thousands of lines of yaml.The text was updated successfully, but these errors were encountered: