Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: tls certificate from secret (#79)
## Description Allows for Postgres to use a custom user-specified certificate from a secret in postgres-minimal deployment. For example: ```yaml postgresql: enabled: true # Set to false to not create the PostgreSQL resource teamId: "uds" volume: size: "10Gi" numberOfInstances: 2 users: client.client: [] # database owner databases: clientdb: client.client version: "13" ingress: remoteGenerated: Anywhere tls: secretName: my-custom-postgres-cert ``` ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-postgres-operator/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com> Release-As: v1.13.0-uds.4
- Loading branch information