defenseunicorns / uds-package-gitlab

🏭 UDS GitLab Zarf Package
Apache License 2.0
5 stars 3 forks source link

Document current usage of zalando operator/other databases in a docs/database.md #124

Closed zachariahmiller closed 1 week ago

zachariahmiller commented 2 months ago

Describe what should be investigated or refactored

Documentation needs to be added to the SWF repo that describes how to integrate with the built in zalando operator, with RDS using IRSA and with username, password, connection string overrides. This should be package generic under ./docs/database.md

Then in each package repo that uses postgres, create a file ./docs/configuration.md (open to changing this name). That links to the SWF database doc in a database section and describes any package specific isms relating to DB connectivity

Example of how we do this with networking: https://github.com/defenseunicorns/uds-package-gitlab/blob/main/docs/networking.md