charts
charts copied to clipboard
CloudNativePG Helm Charts
Hi, wanted to thanks everyone who take a part of CNPG Operator, it rocks! It allows us to manage almost every aspect op PGSQL lifecycle, but current cluster helm chart...
Hi, Currently the option to configure VolumeSnapshots for backup and recovery is not included in the helm chart. could the chart be extended to support volume snapshots as well?
Some time the S3 region property must be explicitly configured. There is similar [PR](https://github.com/cloudnative-pg/charts/pull/758/files) with region configuration. Actually, I'm not sure if region parameter should be explicitly required
Over at @paradedb we have been using the CNPG `cluster` Chart as a baseline for our chart for quite some time. We had some tests around upgrading database extensions in...
Fixed default sql query for `backend_waiting` metric, where multiple locks on the same row may cause spuriously high "blocked_queries". By adding `AND blocking_locks.granted`, we only consider lock pairs where the...
Often databases need credentials for the application to connect to it which have to be provided to the database and to the application itself. We in our company use vault...
# Context This PR take commits from #399 and add tests for each added new key in `value.yaml` file. Commits from @sadath-12 - **support: backupID in helm chart** - **fix:...
Certificate resource removes isCA: false as it is the default and adds "0m0s" to the duration and renewBefore. This change will allow a clean sync in argoCD.