Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: tls certificate from secret #79

Merged
merged 3 commits into from
Nov 4, 2024
Merged

feat: tls certificate from secret #79

merged 3 commits into from
Nov 4, 2024

Conversation

JeffResc
Copy link
Member

@JeffResc JeffResc commented Nov 4, 2024

Description

Allows for Postgres to use a custom user-specified certificate from a secret in postgres-minimal deployment. For example:

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)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@JeffResc JeffResc requested a review from Racer159 November 4, 2024 19:34
@JeffResc JeffResc changed the title feat: TLS certificate from secret feat: tls certificate from secret Nov 4, 2024
chart/templates/postgres-minimal.yaml Outdated Show resolved Hide resolved
docs/configuration.md Outdated Show resolved Hide resolved
JeffResc and others added 2 commits November 4, 2024 16:36
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
@Racer159 Racer159 merged commit 6f43464 into main Nov 4, 2024
13 checks passed
Racer159 pushed a commit that referenced this pull request Nov 4, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.13.0-uds.4](v1.13.0-uds.3...v1.13.0-uds.4)
(2024-11-04)


### Features

* tls certificate from secret
([#79](#79))
([6f43464](6f43464))


### Miscellaneous

* **deps:** update postgres support dependencies
([#74](#74))
([a7dbb04](a7dbb04))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants