From 873c5b2cbe7c3b13203f4d4adc4d605ef1bf5b3c Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Tue, 19 Mar 2024 07:12:40 -0600 Subject: [PATCH] chore: add a reference to the postgresql operator (#27) * chore: add a reference to the postgresql operator * mention uds common --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 16f2bba..7d84cfb 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ This is the integration / wayfinding repository for the Unicorn Delivery Service - [SonarQube](https://github.com/defenseunicorns/uds-package-sonarqube) - an open-source platform developed by SonarSource for continuous inspection of code quality This repo serves as an integration repository for testing, creating common [Architectural Decision Records](./adr), and tracking issues that have effects across the individual packages that make up Software Factory. + +Also note that the Software Factory team helps to manage the following shared UDS packages and repositories: + +- [Postgres Operator](https://github.com/defenseunicorns/uds-package-postgres-operator) - a Kubernetes operator to deploy PostgreSQL databases in a cluster +- [UDS Common](https://github.com/defenseunicorns/uds-common) - a common repo to share actions, UDS tasks and more between package repositories