Skip to content

Commit

Permalink
Merge pull request #252 from beagles/kuttl-fixup-replica-check
Browse files Browse the repository at this point in the history
Removing replica count for daemonsets
  • Loading branch information
openshift-merge-bot[bot] authored Feb 29, 2024
2 parents 2acf2ad + f0570f3 commit a4b3f67
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ kind: TestStep
commands:
- script: |
oc patch octavia -n $NAMESPACE octavia --type='json' -p='[{"op": "replace", "path": "/spec/octaviaAPI/replicas", "value":0}]'
oc patch octavia -n $NAMESPACE octavia --type='json' -p='[{"op": "replace", "path": "/spec/octaviaHousekeeping/replicas", "value":0}]'
oc patch octavia -n $NAMESPACE octavia --type='json' -p='[{"op": "replace", "path": "/spec/octaviaWorker/replicas", "value":0}]'
oc patch octavia -n $NAMESPACE octavia --type='json' -p='[{"op": "replace", "path": "/spec/octaviaHealthManager/replicas", "value":0}]'

0 comments on commit a4b3f67

Please sign in to comment.