Skip to content

Commit

Permalink
updated helm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rajashekhargundeti committed Feb 15, 2023
1 parent 5512520 commit 95f4d46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GettingStarted.md
Original file line number Diff line number Diff line change
@@ -112,6 +112,12 @@ Provider can be deployed in two ways

<a name="helm-deployment"></a>
### Helm

```shell
helm repo add oci-provider https://oracle-samples.github.io/oci-secrets-store-csi-driver-provider/charts
helm install oci-provider oci-provider/oci-secrets-store-csi-driver-provider --namespace kube-system
```
#### From Code Repository
```shell
helm upgrade --install oci-provider -n kube-system charts/oci-secrets-store-csi-driver-provider
```

0 comments on commit 95f4d46

Please sign in to comment.