Skip to content

Commit

Permalink
Merge branch 'main' into renovate/gitlab-runner-support-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Jun 8, 2024
2 parents ad5d47c + 1067019 commit 1e8db4b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,20 @@ components:
- cmd: ./zarf tools kubectl label secret -n gitlab-runner gitlab-gitlab-runner-secret app.kubernetes.io/managed-by=Helm || true
- cmd: ./zarf tools kubectl annotate secret -n gitlab-runner gitlab-gitlab-runner-secret meta.helm.sh/release-name=uds-gitlab-runner-config || true
- cmd: ./zarf tools kubectl annotate secret -n gitlab-runner gitlab-gitlab-runner-secret meta.helm.sh/release-namespace=gitlab-runner || true
after:
- description: Validate GitLab Runner Package
maxTotalSeconds: 300
wait:
cluster:
kind: Packages
name: gitlab-runner
namespace: gitlab-runner
condition: "'{.status.phase}'=Ready"
- description: Validate GitLab Runner Sandbox Package
maxTotalSeconds: 300
wait:
cluster:
kind: Packages
name: gitlab-runner-sandbox
namespace: gitlab-runner-sandbox
condition: "'{.status.phase}'=Ready"

0 comments on commit 1e8db4b

Please # to comment.