Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielforsap authored Nov 30, 2023
1 parent a653c38 commit 4a0e0b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,11 @@ You can also choose the `services.cloud.sap.com/forceRotate` annotation (value d
## Working with Multiple Subaccounts
The SAP BTP service operator can be configured to manage multiple subaccounts within a single Kubernetes cluster.
Each resource is assigned to a specific subaccount using a unique set of credentials.
To connect a resource to a subaccount, you must first obtain the [access credentials](#setup) for the SAP BTP service operator and then store and maintain them securely in a secret.
To connect a resource to a subaccount, you must first obtain the [access credentials](#setup) for the SAP BTP service operator and then store and maintain them securely in secret.
The secret selection process follows a specific order:
### 1. Explicit Secret Configuration
The SAP BTP service operator checks for stored secrets. You have several options at your disposal to configure secrets:
### 1. Explicit Secret Configuration
#### Define a new secret
```yaml
apiVersion: v1
Expand Down

0 comments on commit 4a0e0b0

Please sign in to comment.