defenseunicorns / uds-package-sonarqube

🏭 UDS Sonarqube Zarf Package
Apache License 2.0
3 stars 2 forks source link

feat: add wait for SQ package CR readiness #85

Closed Racer159 closed 1 month ago

Racer159 commented 1 month ago

Description

Adds a wait action for the SQ package CR. This is consistent with the pattern in uds-core however it runs after the SonarQube chart installs (meaning the SonarQube 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