feat(postgres): Support credential secret #136
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Changes
Testing
Setup minikube. Make sure you have a license in your environment at
$BINDPLANE_LICENSE
Deploy Postgres. This will also deploy a secret to the
default
namespace, which will be used to test this PR.Create a
values.yaml
with the following contents:Deploy
helm template charts/bindplane/ --values values.yaml | kubectl apply -f -
The pods will come up without error. It is okay if the main bindplane pod restarted once or twice. It will restart until the
jobs
pod has come up.If BindPlane starts without error, Postgres is working. You can check the UI if you want.
Navigate to port 3011 http://localhost:3011/
Please check that the PR fulfills these requirements