Skip to content

Commit

Permalink
docs: fix helm command
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Sep 17, 2024
1 parent a9329b2 commit 0342ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basic/try-with-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Now we show how to deploy Casdoor on Kubernetes using Helm for easy and scalable
Install the Casdoor [chart](https://hub.docker.com/r/casbin/casdoor-helm-charts/tags):

```shell
helm install casdoor oci://registry-1.docker.io/casbin/casdoor-helm-charts --version 1.604.0
helm install casdoor oci://registry-1.docker.io/casbin/casdoor-helm-charts --version v1.702.0
```

### Step 2: Accessing Casdoor
Expand All @@ -33,7 +33,7 @@ Once installed, Casdoor can be accessed at the provided service URL by your Kube
Customize your Casdoor installation by modifying the Helm chart values. For detailed options, refer to the [values.yaml](https://github.com/casdoor/casdoor-helm/blob/master/charts/casdoor/values.yaml) file in the chart. The following parameters can be configured.

| Parameter | Description | Default Value |
| -------------------------------------------- | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
|----------------------------------------------|---------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
| `replicaCount` | Number of replicas of the Casdoor application to run. | `1` |
| `image.repository` | Repository for the Casdoor Docker image. | `casbin` |
| `image.name` | Name of the Casdoor Docker image. | `casdoor` |
Expand Down

0 comments on commit 0342ec8

Please sign in to comment.