J.K.
J.K.
Support helm chart in Template spec ```yaml apiVersion: cosmo.cosmo-workspace.github.io/v1alpha1 kind: Template metadata: labels: cosmo/type: workspace name: vscode spec: requiredVars: - var: hoo.bar default: VAR_VALUE helm: chart: # select one of...
Currently cosmoctl use kubectl authorization and kubernetes RBAC. For some action, change cosmoctl authentication logic to the same as dashboard. This change is for #393 comes to cosmoctl.
Instance UI
Place a checkbox on Template Management Page to toggle enabled or disabled
Add Template Management Page for Admin Users
Like this https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#failed-logins-rate-limiting
```sh # Upgrade all by single command cosmoctl upgrade all # Upgrade cosmoctl itself. Download newer binary and replace itself. cosmoctl upgrade cosmoctl # Upgrade controller-manager fetching new charts cosmoctl...