Skip to content

Commit

Permalink
Add replace redis file (#3046)
Browse files Browse the repository at this point in the history
* Add replace redis file

- taken from 8620013 which was done on main and v8 already to resolve issues

* actually use said replace redis file
  • Loading branch information
moleske authored Jul 25, 2024
1 parent df3d91c commit 1c3b714
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ops-files/replace-redis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- type: replace
path: /instance_groups/name=api/jobs/name=redis?
value:
name: valkey
release: capi
1 change: 1 addition & 0 deletions .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
bosh -d cf manifest > /tmp/manifest.yml
bosh interpolate /tmp/manifest.yml \
-o .github/ops-files/use-cflinuxfs3.yml \
-o .github/ops-files/replace-redis.yml \
-o cf-deployment/operations/add-persistent-isolation-segment-diego-cell.yml \
-o cli-ci/ci/infrastructure/operations/use-latest-capi.yml \
-o cli-ci/ci/infrastructure/operations/add-oidc-provider.yml \
Expand Down

0 comments on commit 1c3b714

Please sign in to comment.