Skip to content

Commit

Permalink
fix(docs): change capsule helm repo url (#406)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Peereboom <[email protected]>
  • Loading branch information
ppeereb1 authored Mar 5, 2024
1 parent 4c7f85f commit 0b04e1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/capsule-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ The Capsule-proxy Chart can be used to instantly deploy the Capsule-proxy on you

1. Add this repository:

$ helm repo add clastix https://clastix.github.io/charts
$ helm repo add projectcapsule https://projectcapsule.github.io/charts

2. Install the Chart:

$ helm install capsule-proxy clastix/capsule-proxy -n capsule-system
$ helm install capsule-proxy projectcapsule/capsule-proxy -n capsule-system

3. Show the status:

$ helm status capsule-proxy -n capsule-system

4. Upgrade the Chart

$ helm upgrade capsule-proxy clastix/capsule-proxy -n capsule-system
$ helm upgrade capsule-proxy projectcapsule/capsule-proxy -n capsule-system

5. Uninstall the Chart

Expand All @@ -48,13 +48,13 @@ The `--values` option is the preferred method because it allows you to keep your

Specify your overrides file when you install the chart:

$ helm install capsule-proxy clastix/capsule-proxy --values myvalues.yaml -n capsule-system
$ helm install capsule-proxy projectcapsule/capsule-proxy --values myvalues.yaml -n capsule-system

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.

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

$ helm install capsule-proxy clastix/capsule-proxy --set "kind=DaemonSet" -n capsule-system
$ helm install capsule-proxy projectcapsule/capsule-proxy --set "kind=DaemonSet" -n capsule-system

### General Parameters

Expand Down
10 changes: 5 additions & 5 deletions charts/capsule-proxy/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ The Capsule-proxy Chart can be used to instantly deploy the Capsule-proxy on you

1. Add this repository:

$ helm repo add clastix https://clastix.github.io/charts
$ helm repo add projectcapsule https://projectcapsule.github.io/charts

2. Install the Chart:

$ helm install capsule-proxy clastix/capsule-proxy -n capsule-system
$ helm install capsule-proxy projectcapsule/capsule-proxy -n capsule-system

3. Show the status:

$ helm status capsule-proxy -n capsule-system

4. Upgrade the Chart

$ helm upgrade capsule-proxy clastix/capsule-proxy -n capsule-system
$ helm upgrade capsule-proxy projectcapsule/capsule-proxy -n capsule-system

5. Uninstall the Chart

Expand All @@ -48,13 +48,13 @@ The `--values` option is the preferred method because it allows you to keep your

Specify your overrides file when you install the chart:

$ helm install capsule-proxy clastix/capsule-proxy --values myvalues.yaml -n capsule-system
$ helm install capsule-proxy projectcapsule/capsule-proxy --values myvalues.yaml -n capsule-system

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.

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

$ helm install capsule-proxy clastix/capsule-proxy --set "kind=DaemonSet" -n capsule-system
$ helm install capsule-proxy projectcapsule/capsule-proxy --set "kind=DaemonSet" -n capsule-system

### General Parameters

Expand Down

0 comments on commit 0b04e1b

Please sign in to comment.