File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ # Enable service binding rotation feature
2+ # See https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0040-service-binding-rotation.md#cf-cli
3+ ---
4+ - type : replace
5+ path : /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/max_service_credential_bindings_per_app_service_instance?
6+ value : 2
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ jobs:
151151 -o ${GITHUB_WORKSPACE}/cli/.github/ops-files/add-uaa-client-credentials.yml \
152152 -o ${GITHUB_WORKSPACE}/cli/.github/ops-files/increase-route-registration-interval.yml \
153153 -o ${GITHUB_WORKSPACE}/cli/.github/ops-files/add-oidc-provider.yml ${additional_args} \
154+ -o ${GITHUB_WORKSPACE}/cli/.github/ops-files/increase-max-service-credential-bindings.yml \
154155 -v client-secret="${{ secrets.CLIENT_SECRET }}" \
155156 -v system_domain=${SYSTEM_DOMAIN} \
156157 > ./director.yml
You can’t perform that action at this time.
0 commit comments