Skip to content

Commit 28d5b4b

Browse files
committed
ran make -C charts/kamaji docs
1 parent 107013a commit 28d5b4b

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

charts/kamaji/README.md

+7-23
Original file line numberDiff line numberDiff line change
@@ -30,34 +30,22 @@ This Helm Chart starting from v0.1.1 provides the installation of an internal `e
3030
> For production use an externally managed `etcd` is highly recommended, the `etcd` addon offered by this Chart is not considered production-grade.
3131
3232
## Install Kamaji
33-
To add the Clastix helm repository:
34-
35-
```bash
36-
helm repo add clastix https://clastix.github.io/charts
37-
```
3833

3934
To install the Chart with the release name `kamaji`:
4035

41-
```bash
42-
helm upgrade --install --namespace kamaji-system --create-namespace kamaji clastix/kamaji
43-
```
36+
helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji
4437

4538
Show the status:
46-
```bash
47-
helm status kamaji -n kamaji-system
48-
```
39+
40+
helm status kamaji -n kamaji-system
4941

5042
Upgrade the Chart
5143

52-
```bash
53-
helm upgrade kamaji -n kamaji-system clastix/kamaji
54-
```
44+
helm upgrade kamaji -n kamaji-system clastix/kamaji
5545

5646
Uninstall the Chart
5747

58-
```bash
59-
helm uninstall kamaji -n kamaji-system
60-
```
48+
helm uninstall kamaji -n kamaji-system
6149

6250
## Customize the installation
6351

@@ -67,17 +55,13 @@ The `--values` option is the preferred method because it allows you to keep your
6755

6856
Specify your overrides file when you install the Chart:
6957

70-
```bash
71-
helm upgrade kamaji --install --namespace kamaji-system --create-namespace clastix/kamaji --values myvalues.yaml
72-
```
58+
helm upgrade kamaji --install --namespace kamaji-system --create-namespace clastix/kamaji --values myvalues.yaml
7359

7460
The values in your overrides file `myvalues.yaml` will override their counterparts in the Chart's values.yaml file. Any values in `values.yaml` that weren’t overridden will keep their defaults.
7561

7662
If you only need to make minor customizations, you can specify them on the command line by using the `--set` option. For example:
7763

78-
```bash
79-
helm upgrade kamaji --install --namespace kamaji-system --create-namespace clastix/kamaji --set etcd.deploy=false
80-
```
64+
helm upgrade kamaji --install --namespace kamaji-system --create-namespace clastix/kamaji --set etcd.deploy=false
8165

8266
Here the values you can override:
8367

0 commit comments

Comments
 (0)