Skip to content

Commit

Permalink
[CI] TAS6 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Mar 7, 2024
1 parent 23c448d commit 9dbd0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scdf_cf_setup/src/cloudfoundry/platform/config/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def rabbit_default(cls):

@classmethod
def scheduler_default(cls):
return ServiceConfig(name="ci-scheduler", service="scheduler-for-pcf", plan="standard")
return ServiceConfig(name="scdf-scheduler", service="scheduler-for-pcf", plan="standard")

@classmethod
def dataflow_default(cls):
Expand Down

0 comments on commit 9dbd0e5

Please sign in to comment.