chore: update stale swf references#190
Conversation
| - `postgresql.extensions`: A map of database names to lists of extensions to enable for that database (i.e. `mydb: ["postgis", "hstore"]`) | ||
| - `postgresql.version`: The version of Postgres to run (i.e. `14`) | ||
| - `postgresql.ingress`: A list of ingress entries to create for this cluster (follows the [custom networking definition](https://github.com/defenseunicorns/uds-software-factory/blob/main/docs/networking.md) except for `direction` which is always `Ingress` and `selector` which is always `cluster-name: pg-cluster`) | ||
| - `postgresql.ingress`: A list of ingress entries to create for this cluster (follows the [custom networking definition](https://github.com/uds-packages/reference-package/blob/main/chart/templates/uds-package.yaml#L48) except for `direction` which is always `Ingress` and `selector` which is always `cluster-name: pg-cluster`) |
There was a problem hiding this comment.
It would be awesome if we could reference some docs here instead. Maybe a doc from reference-package? Cross-repo line references are brittle
There was a problem hiding this comment.
What if we link straight to the file and not the line reference?
We talked in a meeting one day about linking to a doc, but felt that the reference package already captured the required information in it's uds-package.yaml
There was a problem hiding this comment.
Frankly, not sure, let's keep it without line right now, since you already changed it this way.
Do we (the company not the team) have any docs that describe what the package is, what's the network under it, how to define ingress? This would be the thing to link if we have this. If not, let's leave the uds-package.yaml link
Description
SWF has been archived for awhile. Updated stale references from SWF.
Related Issue
Relates to # https://linear.app/defense-unicorns/issue/FDRY-76/uds-docs-fix-doc-references-to-old-swf-repo-common-patterns
Type of change
Checklist before merging