cloudnative-pg / charts

CloudNativePG Helm Charts
Apache License 2.0
138 stars 62 forks source link

Add config value endpointCA for private S3 such as MinIO #230

Closed PseudoResonance closed 3 months ago

PseudoResonance commented 3 months ago

This PR adds a chart values to endpointCA in both the backup and recovery sections, allowing a user to specify a private CA. The value is stored in a secret, which can either be created manually, or will be created automatically if the create option is true.

Resolves #229

itay-grudev commented 3 months ago

I am aware of this. I already have a solution for it as part of my work on a KUTTL test suite here, where I needed to add endpointCA because I am using MinIO for the backup tests.

That being said, your solution seems to be better.