Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 267e3d0

Browse files
authored
minor edit
1 parent 944c99f commit 267e3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-apps/push-docker.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Where:
162162

163163
* `USER` is the user name to use for authentication with the registry.
164164

165-
If container registry credentials change, you have two options for an update: either you push the app with the new credentials or you update the latest package with the new credentials via [PATCH /v3/packages](https://v3-apidocs.cloudfoundry.org/version/3.150.0/index.html#update-a-package) and then restage your app.
165+
If container registry credentials change, you have two options for an update: either you push the app with the new credentials or you update the latest package with the new credentials using [PATCH /v3/packages](https://v3-apidocs.cloudfoundry.org/version/3.150.0/index.html#update-a-package) and then restage your app.
166166
Apps require access to the container registry when starting.
167167
If you do not update the app with the new credentials, <%= vars.app_runtime_abbr %> fails to start the app.
168168
When you rotate container credentials, <%= vars.recommended_by %> recommends using a set of two credentials, where the <code>old</code> credentials can be deactivated after all apps are pushed with the <code>new</code> credentials.

0 commit comments

Comments
 (0)