You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -665,7 +665,9 @@ spec:
665
665
666
666
Once the `ServiceBinding` is rotated:
667
667
668
-
- The `Secret` is updated with the latest credentials. The old credentials are kept in a newly-created secret named `original-secret-name-<guid>`. This temporary secret is kept until the configured deletion time (TTL) expires.
668
+
- The `Secret` is updated with the latest credentials.
669
+
- The old credentials are kept in a newly-created secret named `<original-secret-name>-<guid>`.
670
+
This temporary secret is marked with the `services.cloud.sap.com/stale` label and is kept until the configured deletion time (TTL) expires.
0 commit comments