We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation should be improved to include instruction to use SSL when connecting to postgres. If you don't the pg_conf will drop your connection.
Note, you can view pg_conf by shelling into the postgres container and then catting the pg related yaml.
You can see here how I had to instruct Harbor to use ssl when connecting to postgre. Until it did that, I received back a fatal connection error.
You can see this Harbor setting here: https://github.com/goharbor/harbor-helm/blob/main/values.yaml#L943
The text was updated successfully, but these errors were encountered:
Looks like there may have been two links? do you have the one to your harbor package?
Sorry, something went wrong.
Found it: https://github.com/defenseunicorns-dashdays/uds-package-harbor/blob/acb1754bf30a4566e05d03e00b4817a368dd5499/values/common-values.yaml#L348
I think this is a decent good first issue - we have been following a pattern of docs/configuration.md and one could be started for this repo with a note about that config - example for GitLab: https://github.com/defenseunicorns/uds-package-gitlab/blob/main/docs/configuration.md
docs/configuration.md
No branches or pull requests
Describe what should be investigated or refactored
Documentation should be improved to include instruction to use SSL when connecting to postgres. If you don't the pg_conf will drop your connection.
Note, you can view pg_conf by shelling into the postgres container and then catting the pg related yaml.
Links to any relevant code
You can see here how I had to instruct Harbor to use ssl when connecting to postgre. Until it did that, I received back a fatal connection error.
You can see this Harbor setting here: https://github.com/goharbor/harbor-helm/blob/main/values.yaml#L943
The text was updated successfully, but these errors were encountered: