We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
A prospect evaluating Coder v1 and Coder OSS is not happy with OSS because it is not obvious how to install the control plane with Helm.
I directed them to the helm chart and said we are working on a more-enhanced version.
This should be documented better.
The text was updated successfully, but these errors were encountered:
helm
Requirements:
helm install ...
Sorry, something went wrong.
For the record, the following does work. Not sure if that helps.
`resource "helm_release" "coder" { name = "coder" namespace = kubernetes_namespace.coder_namespace.metadata.0.name
chart = "https://github.com/coder/coder/releases/download/v${var.coder_version}/coder_helm_${var.coder_version}.tgz"
values = [...]`
sreya
Successfully merging a pull request may close this issue.
A prospect evaluating Coder v1 and Coder OSS is not happy with OSS because it is not obvious how to install the control plane with Helm.
I directed them to the helm chart and said we are working on a more-enhanced version.
This should be documented better.
The text was updated successfully, but these errors were encountered: