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: allow for Postgres password secret generation #88

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

Racer159
Copy link
Contributor

@Racer159 Racer159 commented Jun 12, 2024

Description

This allows for the Postgres password secret to be generated in the config chart directly

Related Issue

Fixes #86

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

Copy link
Contributor

@zachariahmiller zachariahmiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Racer159 Racer159 merged commit 84503e5 into main Jun 12, 2024
10 checks passed
@Racer159 Racer159 deleted the 86-add-postgres-password-secret-generation branch June 12, 2024 03:54
ericwyles pushed a commit that referenced this pull request Jun 20, 2024
🤖 I have created a release *beep* *boop*
---


##
[9.9.5-uds.1](v9.9.5-uds.0...v9.9.5-uds.1)
(2024-06-20)


### Features

* add wait for SQ package CR readiness
([#85](#85))
([3f1db0e](3f1db0e))
* allow for Postgres password secret generation
([#88](#88))
([84503e5](84503e5))


### Miscellaneous

* add debug output on tag-and-release and test workflows
([#90](#90))
([ad11fca](ad11fca))
* add pre release testing
([#87](#87))
([f024ebf](f024ebf))
* **deps:** update sonarqube support dependencies
([#80](#80))
([ab2bd2f](ab2bd2f))
* **deps:** update sonarqube support dependencies
([#83](#83))
([cc7e869](cc7e869))

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

Implement a secret generation function to setup the Database
2 participants