charts
charts copied to clipboard
CloudNativePG Helm Charts
Uses same syntax as `queries`, but it's plain Yaml instead of yaml-as-string. The values in both fields are merged, with `queriesData` overriding values from `queries`. We pass queries through `fromYaml`,...
This PR add support for: - common labels: labels added to all resources (like `commonAnnotations`) - monitoring labels to resources managed by Prometheus Operator
Version 0.0.6 of Cluster-Chart The following full config is not possible without `clusterName` set: ``` backups: enabled: true data: encryption: "" # Contabo does not support encryption wal: encryption: ""...
There is no way for me to set the ipFamilyPolicy to "preferDualStack" in the current helm chart
This adds the following badges to the `README.md` [][stackoverflow] [][license] [](https://github.com/cloudnative-pg/charts/tree/main/charts/cloudnative-pg) [](https://github.com/cloudnative-pg/charts/tree/main/charts/cluster) [stackoverflow]: https://stackoverflow.com/questions/tagged/cloudnative-pg [license]: https://github.com/cloudnative-pg/charts?tab=Apache-2.0-1-ov-file
create rbac to view/edit cnpg crds and aggregate to [user facing roles](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles) view/edit/admin clusterroles are bound to a user & namespace, to manage said namespace, and now allow to create...
This adds the metrics from cloudnative-pg/blob/docs/src/samples/cluster-example-monitoring.yaml Since these metrics are in the sample, it is nice to have them in the defaults.
Hi, Adding a new chart value to configure Prometheus relabeling rules through the PodMonitor. This facility is often used for renaming or dropping labels. Cheers
Related to: #177 This PR adds a feature to configure `spec.hostNetwork` in the operator deployment manifest.