Skip to content

Commit 2f77471

Browse files
beyhanmogul
andauthored
Update toc/rfc/rfc-draft-add-support-for-file-based-service-binding.md
Co-authored-by: Bret Mogilefsky <[email protected]>
1 parent 4068123 commit 2f77471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toc/rfc/rfc-draft-add-support-for-file-based-service-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The CFF community should implement an alternative approach for service binding i
2626
- Already today CF uses `tmpfs` for [Instance Identity Credentials](https://docs.cloudfoundry.org/devguide/deploy-apps/instance-identity.html) which are rotated without restarting the application every `24h` by default
2727

2828
The two approaches should be supported in parallel. Users should be able to select which approach Cloud Controller should use to deliver the binding information. Applications with binding information >`130KB` have to go with the file option and adopt it. There are two alternatives regarding service binding file organization:
29-
1. The VCAP_SERVICES content is stored in a file which location is specified via the VCAP_SERVICES_FILE_PATH env var in the same format as the VCAP_SERVICES environment variable
29+
1. The `VCAP_SERVICES` content is stored in a file which location is specified via the `VCAP_SERVICES_FILE_PATH` env var in the same format as the `VCAP_SERVICES` environment variable
3030
* Advantages:
3131
* Less disruptive for applications consuming the `VCAP_SERVICES` env var
3232
* Less implementation effort for the Cloud Controller

0 commit comments

Comments
 (0)