charts
charts copied to clipboard
CloudNativePG Helm Charts
It seems that all of the *-containers repos carry image catalogs. It would be nice to have them compiled into a helm chart here to be able to easily deploy...
Closes #631 Closes #531
# Problem For solve technical problem we need add ```"helm.sh/resource-policy": keep``` into PVC annotations, but there are no variables in cluster Helm chart for CNPG, schema allow only: ``` storage:...
Support for custom annotations on the ScheduledBackup resource would be a very useful feature to add to the cluster chart. It's useful because when the Helm release is uninstalled, any...
This adds an optional network policy based on https://github.com/cloudnative-pg/cloudnative-pg/blob/main/docs/src/samples/networkpolicy-example.yaml
# Fix: resolve null error for standalone mode in cluster chart `/charts/cluster/templates/_external_clusters.tpl` ``` {{- define "cluster.externalClusters" -}} {{- if eq .Values.mode "standalone" }} externalClusters: [] {{- else if eq .Values.mode...
Following up the [comment](https://github.com/cloudnative-pg/charts/issues/192#issuecomment-2401657173) from @itay-grudev, I now create a new issue, as I didn't found any other issue describing my feature request. Automated alerts for cluster issues would be...
Hello! It looks to me as if loading S3 credentials from a secret is not supported. These two config values should allow loading using a secretRef ``` backups.s3.accessKey backups.s3.secretKey ```...
With this chart a not conform cluster resource gets created. It works on the cluster, but kubeconform says it is against the schema: ``` stdin: Cluster release-name-cluster is invalid: problem...
As discussed in https://github.com/cloudnative-pg/charts/issues/325 the CRDs are too big to be installed through ArgoCD without requiring ServerSideApply. To facilitate this please create a dictionary `crds.annotations` that lets me set an...