diff --git a/tutorials/cap-operator-05-deploy-app/cap-operator-05-deploy-app.md b/tutorials/cap-operator-05-deploy-app/cap-operator-05-deploy-app.md index ec758efd1..7fc3200bc 100644 --- a/tutorials/cap-operator-05-deploy-app/cap-operator-05-deploy-app.md +++ b/tutorials/cap-operator-05-deploy-app/cap-operator-05-deploy-app.md @@ -120,7 +120,6 @@ CAP Operator provides a plugin to generate a Helm chart for your CAP application appName: capOperatorSubdomain: cap-op clusterDomain: # Value obtained in the previous step - globalAccountId: providerSubaccountId: providerSubdomain: tenantId: @@ -133,10 +132,6 @@ CAP Operator provides a plugin to generate a Helm chart for your CAP application > **`clusterDomain`**: Use the domain string you retrieved in the previous step. - > **`globalAccountId`**: You can find this in the URL of your browser when you are viewing your subaccount in the SAP BTP Cockpit. - - > ![Save changes](./img/global-account-id.png) - > **`providerSubaccountId`**, **`providerSubdomain`** and **`providerTenantId`**: In the SAP BTP cockpit, go to your subaccount **Overview** and check the **General** section. You can find all three values there. > ![Save changes](./img/provider-subdomain-tenant-id.png) diff --git a/tutorials/cap-operator-05-deploy-app/img/global-account-id.png b/tutorials/cap-operator-05-deploy-app/img/global-account-id.png deleted file mode 100644 index 4069768c2..000000000 Binary files a/tutorials/cap-operator-05-deploy-app/img/global-account-id.png and /dev/null differ