Skip to content

Commit

Permalink
Documentation Update (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap authored Sep 4, 2023
1 parent b563e67 commit 91d5849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Visit the [Documentation](https://sap.github.io/cap-operator/docs) to find out h
The operator can be deployed using the [helm chart](https://github.com/sap/cap-operator-lifecycle/tree/release/chart) which is part of [CAP Operator Lifecycle](https://github.com/sap/cap-operator-lifecycle) repo.

#### CRDs
CRDs for the CAP Operator can be applied from the [./crds](./crds) folder, these are also copied over to the [helm chart](https://github.com/sap/cap-operator-lifecycle/tree/main/chart) when updated.
CRDs for the CAP Operator can be applied from the [./crds](./crds) folder, these are also copied over to the [helm chart](https://github.com/sap/cap-operator-lifecycle/tree/main/chart) when released.


## Support, Feedback, Contributing
Expand Down
19 changes: 0 additions & 19 deletions website/content/en/docs/installation/helm-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,4 @@ subscriptionServer:
domain: cap-operator.<CLUSTER-DOMAIN>
```
Note:
This uses your existing docker credentials, if any. Alternatively, you can pass the desired credentials with options `username` and `password`:

```bash
helm upgrade -i -n cap-operator-system cap-operator oci://ghcr.io/sap/cap-operator-helm/cap-operator --set subscriptionServer.domain=cap-operator.<CLUSTER-DOMAIN> --set subscriptionServer.dnsTarget=public-ingress.<CLUSTER-DOMAIN> --username <ARTIFACTORY-USER> --password <ARTIFACTORY-API-TOKEN>
```

To utilize the [local version](https://github.com/sap/cap-operator-lifecycle/tree/main/chart), use

```bash
helm upgrade -i -n cap-operator-system cap-operator PATH_TO_CAP_OPERATOR_LIFECYCLE_REPOSITORY/chart --set subscriptionServer.domain=cap-operator.<CLUSTER-DOMAIN> --set subscriptionServer.dnsTarget=public-ingress.<CLUSTER-DOMAIN>
```

or

```bash
helm upgrade -i -n cap-operator-system cap-operator PATH_TO_CAP_OPERATOR_LIFECYCLE_REPOSITORY/chart -f my-values.yaml
```

{{% include "includes/chart-values.md" %}}

0 comments on commit 91d5849

Please sign in to comment.