We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug From Helm v3 the chart installation is: helm install [NAME] [CHART] [flags]
helm install [NAME] [CHART] [flags]
Therefore there is need to update the installation commands in the guide to this new format.
Version of Helm and Kubernetes: Helm: v3.7.1 K8S: Docker Desktop K8S, v1.25.0
What happened: Error: unknown flag: --name
Error: unknown flag: --name
What you expected to happen: Chart to install successfully
How to reproduce it (as minimally and precisely as possible): Run the command:
helm install \ --name my-release \ --set couchdbConfig.couchdb.uuid=uuid \ couchdb/couchdb
Anything else we need to know: LMK If I can go ahead and create a PR for this
The text was updated successfully, but these errors were encountered:
couchdb/README.md
cookeAuthSecret
erlangCookie
No branches or pull requests
Describe the bug
From Helm v3 the chart installation is:
helm install [NAME] [CHART] [flags]
Therefore there is need to update the installation commands in the guide to this new format.
Version of Helm and Kubernetes:
Helm: v3.7.1
K8S: Docker Desktop K8S, v1.25.0
What happened:
Error: unknown flag: --name
What you expected to happen:
Chart to install successfully
How to reproduce it (as minimally and precisely as possible):
Run the command:
Anything else we need to know:
LMK If I can go ahead and create a PR for this
The text was updated successfully, but these errors were encountered: