Add References section to CloudNative PostgreSQL Guide

Sofiane Gerhardt 2025-09-15 13:45:09 +02:00
parent 579187d3e5
commit 7d1dfbbd46
Signed by: sofiane.gerhardt
SSH key fingerprint: SHA256:B+mV6AyYLX4aUI1b5gXcuADKOT8LepFIxknwPyd26f0

@ -6,6 +6,7 @@
- [Installation](#installation)
- [Backup](#backup)
- [Recovery](#recovery)
- [References](#references)
## Overview
@ -262,3 +263,13 @@ Once recovery is complete, follow these steps to return to normal operation:
1. Change `spec.values.mode` from `recovery` to `standalone`
2. Change `spec.values.backups.enabled` to `true`
## References
### Official Documentation
- [CloudNative-PG Official Documentation](https://cloudnative-pg.io/docs/)
- [CloudNative-PG GitHub Repository](https://github.com/cloudnative-pg/cloudnative-pg)
### Helm Chart Examples
- [Cluster Helm Chart Values](https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/values.yaml)
- [Cluster Helm Chart Examples](https://github.com/cloudnative-pg/charts/tree/main/charts/cluster/examples)