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 7fc3200bc..6ed9b3721 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 @@ -121,8 +121,6 @@ CAP Operator provides a plugin to generate a Helm chart for your CAP application capOperatorSubdomain: cap-op clusterDomain: # Value obtained in the previous step providerSubaccountId: - providerSubdomain: - tenantId: imagePullSecret: regcred # Only include if you performed Step 2 ``` @@ -132,9 +130,9 @@ 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. - > **`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. + > **`providerSubaccountId`**: In the SAP BTP cockpit, go to your subaccount **Overview** and check the **General** section. You can find the provider subaccount ID. - > ![Save changes](./img/provider-subdomain-tenant-id.png) + > ![Save changes](./img/provider-subaccount-id.png) > **`imagePullSecret`**: Only include this line if you are using a private registry. If you followed Step 2, set this to `regcred`. diff --git a/tutorials/cap-operator-05-deploy-app/img/provider-subdomain-tenant-id.png b/tutorials/cap-operator-05-deploy-app/img/provider-subaccount-id.png similarity index 76% rename from tutorials/cap-operator-05-deploy-app/img/provider-subdomain-tenant-id.png rename to tutorials/cap-operator-05-deploy-app/img/provider-subaccount-id.png index 84cf59b32..0652aeca6 100644 Binary files a/tutorials/cap-operator-05-deploy-app/img/provider-subdomain-tenant-id.png and b/tutorials/cap-operator-05-deploy-app/img/provider-subaccount-id.png differ