Skip to content

Commit

Permalink
fix namespaces for valkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Jul 15, 2024
1 parent 0f292f9 commit 84c43d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dev-secrets/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ components:
- name: gitlab-minio
files:
- "minio-secret.yaml"
- name: gitlab-shim-valkey
required: true
actions:
onDeploy:
before:
- cmd: ./zarf tools kubectl annotate --overwrite secret -n gitlab gitlab-redis meta.helm.sh/release-name=uds-valkey-config || true
- cmd: ./zarf tools kubectl annotate --overwrite secret -n gitlab gitlab-redis meta.helm.sh/release-namespace=valkey || true
7 changes: 7 additions & 0 deletions src/namespaces/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ components:
- gitlab-ns.yaml
- mattermost-ns.yaml
- sonarqube-ns.yaml
- name: gitlab-shim-valkey
required: true
actions:
onDeploy:
before:
- cmd: ./zarf tools kubectl annotate --overwrite secret -n gitlab gitlab-redis meta.helm.sh/release-name=uds-valkey-config || true
- cmd: ./zarf tools kubectl annotate --overwrite secret -n gitlab gitlab-redis meta.helm.sh/release-namespace=valkey || true

0 comments on commit 84c43d6

Please sign in to comment.