Skip to content

Commit 5691047

Browse files
committed
fixed chart README.md
1 parent 50683c1 commit 5691047

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This repository contains helm chart for CodiMD.
1010
## Install
1111

1212
```bash
13-
helm repo add codimd ......... (TBD)
14-
helm install codimd codimd/codimd
15-
```
13+
helm repo add codimd https://helm.codimd.dev/
14+
helm install my-release codimd/codimd
15+
```
16+
17+
## Documentation
18+
[charts/codimd/README.md](./charts/codimd/README.md)

charts/codimd/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ If you want use ingress, please set `service.type` to be `ClusterIP`
6868
| service.port | Service HTTP port | `80` |
6969
| service.externalTrafficPolicy | Service externalTrafficPolicy | `nil` |
7070
| service.loadBalancerIP | Service loadBalancerIP | `nil` |
71-
| ingress.enabled | If true, Ingress will be created | `false` |
72-
| ingress.annotations` | Ingress annotations | `nil` |
73-
| ingress.hosts | Ingress hostnames | `nil` |
74-
| ingress.tls | Ingress TLS configuration (YAML) | `nil` |
71+
| ingress.enabled | If `true` Ingress will be created | `false` |
72+
| ingress.annotations` | Ingress annotations | `nil` |
73+
| ingress.hosts | Ingress hostnames | `nil` |
74+
| ingress.tls | Ingress TLS configuration (YAML) | `nil` |
7575

7676

7777
### CodiMD common parameters

0 commit comments

Comments
 (0)