defenseunicorns / uds-package-postgres-operator

🏭 UDS Postgres Operator Zarf Package
Apache License 2.0
5 stars 1 forks source link

feat: add wait for PGO package CR readiness #32

Closed Racer159 closed 3 months ago

Racer159 commented 3 months ago

Description

Adds a wait action for the PGO package CR. This is consistent with the pattern in uds-core however it runs after the Postgres Operator chart installs (meaning the Postgres Operator chart may still fail waiting on resources like secrets to exist) however this will catch other issues such as failed updates to resources or missing resources the chart doesn't directly depend on like netpols.

Related Issue

Fixes #N/A

Type of change

Checklist before merging