Skip to content

Commit

Permalink
Fix namespace (#885)
Browse files Browse the repository at this point in the history
* Correct the kind of namespace

* Fix the Secret name
  • Loading branch information
IwonaLanger authored Oct 18, 2024
1 parent a05f80c commit 45fb690
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To have service instances from one subaccount associated with one namespace, you
2. [Create a service binding](03-30-management-of-service-instances-and-bindings.md#create-a-service-binding) to the SAP Service Manager service instance you have created.
3. Get the access credentials of the SAP Service Manager instance with the `service-operator-access` plan from its service binding. Copy them from the SAP BTP cockpit as a JSON.
4. Create the `creds.json` file in your working directory and save the credentials there.
5. In the same working directory, generate the Secret by calling the `create-secret-file.sh` script with the **operator** option as the first parameter and **managed namespace sap-btp-service-operator secret** as the second parameter.
5. In the same working directory, generate the Secret by calling the `create-secret-file.sh` script with the **operator** option as the first parameter and **namespace-name-sap-btp-service-operator** Secret as the second parameter.

```sh
curl https://raw.githubusercontent.com/kyma-project/btp-manager/main/hack/create-secret-file.sh | bash -s operator {NAMESPACE_NAME}-sap-btp-service-operator
Expand All @@ -38,7 +38,7 @@ To have service instances from one subaccount associated with one namespace, you
```
6. To verify if you've correctly added the access credentials of the SAP Service Manager instance in your service instance, go to the CR `status` section, and make sure the subaccount ID to which the instance belongs is provided in the **subaccountID** field. The field must not be empty.
### Create a Service Instance with a Managed Namespace Secret
### Create a Service Instance with a Namespace-Based Secret
1. Provide the needed parameters and create your service instance.
Expand Down

0 comments on commit 45fb690

Please sign in to comment.