Skip to content

Commit

Permalink
[Misc] CAP Operator: website image path updated
Browse files Browse the repository at this point in the history
Point to the right image path based on the public url.

Change-Id: I2e5a21d513d0dc7eddfffa3697a113b6f7eaa015
  • Loading branch information
Pavan-SAP committed Sep 5, 2023
1 parent 8e6886b commit b8bf7c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Main features of the CAP Operator:

The following picture provides an overview of the major automation steps handled by the Operator during application deployment.

![workflow](/img/workflow.png)
![workflow](/cap-operator/img/workflow.png)

Explore the following chapters to learn more.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ The CAP Operator is comprised of the following components
The following diagram depicts how the main components interact when deployed to a cluster.

![cluster-components](/img/block-cluster.png)
![cluster-components](/cap-operator/img/block-cluster.png)

The following pages provide further details about the CAP Operator components.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ The following _namespaced_ Custom Resources have been defined to be reconciled b

> Parent-child relationships between custom resources are established by defining owner references for the children.
![controller](/img/block-controller.png)
![controller](/cap-operator/img/block-controller.png)
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The subscription server returns an `Accepted` (202) response code and starts a r
Once the tenant provisioning process has completed (or has failed), the tracking routine will return the appropriate status to the SaaS Registry via an asynchronous callback (by obtaining the necessary authorization token).


![subscription](/img/block-subscription.png)
![subscription](/cap-operator/img/block-subscription.png)


([More details about asynchronous tenant subscription](https://controlcenter.ondemand.com/index.html#/knowledge_center/articles/2316430f7d804820934910db736cefbf).)
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/docs/usage/tenant-provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The `CAPTenant` reaches a Ready state, only after
- Successful completion of all `CAPTenantOperation` steps
- Creation of Istio `VirtualService` which allows HTTP requests on the tenant subdomain to reach the application

![tenant-provisioning](/img/activity-tenantprovisioning.png)
![tenant-provisioning](/cap-operator/img/activity-tenantprovisioning.png)

## Tenant Deprovisioning

Expand Down

0 comments on commit b8bf7c3

Please sign in to comment.