Skip to content

Commit

Permalink
Change log-cache-reduce-memory ops file to extract log-cache from dop…
Browse files Browse the repository at this point in the history
…pler

As part of the latest cf-deployment, [log-cache is no longer nested under doppler](cloudfoundry/cf-deployment#949)

Pipeline failure caused by the change:
```
operation [0] in ops-files/log-cache-reduce-memory.yml failed': Expected to find exactly one matching array item for path '/instance_groups/name=doppler/jobs/name=log-cache' but found 0
```
  • Loading branch information
sweinstein22 committed Feb 24, 2022
1 parent 020aad5 commit eb01bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf-deployment-operations/log-cache-reduce-memory.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- type: replace
path: '/instance_groups/name=doppler/jobs/name=log-cache/properties/memory_limit_percent?'
path: '/instance_groups/name=log-cache/jobs/name=log-cache/properties/memory_limit_percent?'
value: 25

0 comments on commit eb01bd5

Please sign in to comment.