You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/10/30 13:12:27 UTC

[GitHub] [couchdb-helm] rmayore opened a new issue, #101: Update Installation Guide

rmayore opened a new issue, #101:
URL: https://github.com/apache/couchdb-helm/issues/101

   <!-- Thanks for filing an issue! Before hitting the button, please answer these questions. It's helpful to search the existing GitHub issues first. It's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of
   
   Fill in as much of the template below as you can.  If you leave out information, we can't help you as well.
   
   Be ready for followup questions, and please respond in a timely manner. If we can't reproduce a bug or think a feature already exists, we might close your issue.  If we're wrong, PLEASE feel free to reopen it and explain why.
   -->
   
   **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](https://github.com/apache/couchdb-helm/blob/main/couchdb/README.md) 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:
   ```
   helm install \
   --name couchdb \
   --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
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org