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
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