New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto import kubernetes template in Helm charts #3550
Conversation
Adds new flag --auto-import-template (CODER_TEMPLATE_AUTOIMPORT) which can specify kubernetes and/or kubernetes-multi-service
Do you specify multiple templates separated by commas?
We'll also want to add this to the helm docs before merging 👍🏼
The auto-import worked great! I ran into issues with the auto import
Does this mean you want this to be an enterprise only feature? Right now it's licensed AGPL... |
|
@deansheather nope, this one will be free to start. EE represents both free and paid features. |
ran into an issue with the helm chart
Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(Deployment.spec): unknown field "serviceAccountName" in io.k8s.api.apps.v1.DeploymentSpec
auto-import worked well, haven't been able to create a workspace yet though
|
@bpmct works now! |


kuberneteswhich is just a basic, single-container pod--auto-import-template(CODER_TEMPLATE_AUTOIMPORT) which can specifykubernetesand/orkubernetes-multi-servicecoder.serviceAccount.workspacePermswhich controls whether to give the new SA perms to do workspace-related thingsCloses #3265