Skip to content

Commit

Permalink
redis secret ownership update
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Aug 1, 2024
1 parent 3a4d76a commit eebb01b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ components:
before:
- cmd: ./zarf tools kubectl annotate --overwrite secret -n gitlab gitlab-postgres meta.helm.sh/release-name=uds-gitlab-config || true
- cmd: ./zarf tools kubectl annotate --overwrite secret -n gitlab gitlab-postgres meta.helm.sh/release-namespace=gitlab || true
- cmd: ./zarf tools kubectl annotate --overwrite secret -n gitlab gitlab-redis meta.helm.sh/release-name=uds-gitlab-config || true
- cmd: ./zarf tools kubectl annotate --overwrite secret -n gitlab gitlab-redis meta.helm.sh/release-namespace=gitlab || true
after:
- description: Validate GitLab Package
maxTotalSeconds: 300
Expand Down

0 comments on commit eebb01b

Please sign in to comment.