apache / apache/couchdb-helm

Update Installation Guide

Open
#101 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Mustache
Stars
55
Forks
68
PR merge metrics
No merged PRs in 30d

Description

**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 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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.