cloudnative-pg / cloudnative-pg/charts
Azure credentials secret uses incorrect Values path
Open
bug
chart( cluster )
- Dominant language
- Go Template
- Stars
- 621
- Forks
- 265
- Avg merge
- 7d 12h
- Merged PRs (30d)
- 7
Description
There is a configuration mismatch in the helm template for Azure replica credentials:
File: helm/postgresql-cluster/templates/origin-azure-creds.yaml
Secret data fields read values from: .Values.recovery.azure.* instead of the replica configuration path
File: helm/postgresql-cluster/templates/recovery-azure-creds.yaml
Secret data fields read also from .Values.recovery.azure.*
and one more thing, there are backup-azure-creds and recovery-azure-creds, but then suddenly origin-azure-creds, which is is slightly confusing
Contributor guide
Assessment
This issue has not been assessed yet.