Describe the bug
If CloudNativePG is already installed in your cluster, you may experience conflicts. See the Helm chart documentation for options to skip the CNPG dependency.
To Reproduce
Steps to reproduce the behavior:
- Read the official installation docs on the official website
- Search through all the helm chart docs and not find the referenced documentation
Expected behavior
Documentation to be up-to-date and accurate
Kubernetes Environment (please complete the following information):
Additional context
It is a little unclear how one would install without the cnpg chart when there is the following helm go template in documentdb:
apiVersion: v1
kind: Namespace
metadata:
name: cnpg-system
labels:
app.kubernetes.io/name: {{ include "documentdb-chart.name" . }}
app.kubernetes.io/managed-by: "Helm"
That is the full template, with no guard for installing or not the namespace. If helm sees that it is being asked to do something that another chart has already done, at the very least it will refuse to do this by default (is this overridable?).
Describe the bug
If CloudNativePG is already installed in your cluster, you may experience conflicts. See the Helm chart documentation for options to skip the CNPG dependency.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Documentation to be up-to-date and accurate
Kubernetes Environment (please complete the following information):
Additional context
It is a little unclear how one would install without the cnpg chart when there is the following helm go template in documentdb:
That is the full template, with no guard for installing or not the namespace. If helm sees that it is being asked to do something that another chart has already done, at the very least it will refuse to do this by default (is this overridable?).