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
When setting up the operator using the chart 0.22.1 from the helm repo the clusterWide feature is not included, although it should be.
Using the oci registry works.
helm repo add cnpg https://cloudnative-pg.github.io/charts helm repo update helm template cnpg \ --namespace cnpg-system \ --create-namespace \ --set config.clusterWide=false \ --version 0.22.1 \ cnpg/cloudnative-pg
helm template cnpg \ --namespace cnpg-system \ --create-namespace \ --set config.clusterWide=false \ --version 0.22.1 \ oci://ghcr.io/cloudnative-pg/charts/cloudnative-pg
The output of both examples differ. See sample.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When setting up the operator using the chart 0.22.1 from the helm repo the clusterWide feature is not included, although it should be.
Using the oci registry works.
Example using helm repo:
Example using oci registry:
Problem
The output of both examples differ. See sample.zip
The text was updated successfully, but these errors were encountered: