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

[pgadmin4] fix bug where secret isnt created when using .serverDefinitions.resourceType #252

Merged
merged 2 commits into from
May 23, 2024

Conversation

alexhfmnn
Copy link
Contributor

What this PR does / why we need it:

This PR is an addition to my previous one #249.
It fixes a bug, where the Secret manifest for Server Definitions isn't created, when .existingSecret is definied - which is usally the case when credentials are defined in a Secret.
The combination of .serverDefinitions.resourceType: Secret and .serverDefinitions.servers: {firstServer: ...} now creates the corresponding secret.

Special notes for your reviewer:

Main issue is the (not .Values.existingSecret) here

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [pgadmin4])

@rowanruseler rowanruseler merged commit 8a8a2f5 into rowanruseler:main May 23, 2024
2 checks passed
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