defenseunicorns / uds-package-gitlab-runner

🏭 UDS GitLab Runner Zarf Package
Apache License 2.0
4 stars 1 forks source link

feat: add wait for GLR package CR readiness #88

Closed Racer159 closed 4 months ago

Racer159 commented 4 months ago

Description

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