charts icon indicating copy to clipboard operation
charts copied to clipboard

CloudNativePG Helm Charts

Results 140 charts issues
Sort by recently updated
recently updated
newest added

Currently, the *cluster* chart create a secret containing backup credentials like S3. There is no way to provide a existingSecret to avoid putting these credentials in the Helm Values.

The prometheus node-exporter includes an optional default network policy in their helm chart. It would be nice if a policy that permits only the required access to the operator could...

chart( operator )

Synchronize the metrics' configmap with the current one shipped by the operator, while fixing the `pg_replication` metric's lag issue. Closes #143

chart( operator )

When deploying to an automated k8s cluster with separate storage nodes, the pg cluster needs to utilize either nodeAffinity or nodeSelector to ensure placement on storage nodes. NodeSelector is preferred....

When using EKS with a Calico CNI, there are some issues with Webhooks that are well-known. Calico recommends setting `hostNetwork: true` > "Calico networking cannot currently be installed on the...

I ran an installation of the operator, and noticed that while most of the security settings looked good, the setting for runAsNonRoot is currently under the Pod SecurityContext, and not...

chart( operator )

As part of security the cluster I'm trying to deploy requires that pod security includes `supplementalGroups: - 1` ``` podSecurityContext: fsGroup: 1001 runAsGroup: 1001 runAsNonRoot: true runAsUser: 1001 supplementalGroups: -...

chart( operator )

Once the patch for https://github.com/cloudnative-pg/cloudnative-pg/issues/1814 is merged in cloudnativepg, update the values.xml file. (We should think about a way to automatically update the `queries` content in the `values.xml` file from...

chart( operator )

Projects like `strimzi` and `cilium` are including optional grafana dashboards in their helm charts. It would be nice if the cloudnative-pg chart also had the option of loading the example...

To generate the json schema from the `values.yaml` file we were using a helm plugin, [helm-schema-gen](https://github.com/karuppiah7890/helm-schema-gen), which has been deprecated and did not support arm64 based macbooks. I forked the...