File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,18 @@ The Capsule-proxy Chart can be used to instantly deploy the Capsule-proxy on you
22
22
23
23
1 . Add this repository:
24
24
25
- $ helm repo add clastix https://clastix .github.io/charts
25
+ $ helm repo add projectcapsule https://projectcapsule .github.io/charts
26
26
27
27
2 . Install the Chart:
28
28
29
- $ helm install capsule-proxy clastix/capsule-proxy -n capsule-system
30
-
29
+ $ helm install capsule-proxy projectcapsule/capsule-proxy -n capsule-system
31
30
3 . Show the status:
32
31
33
32
$ helm status capsule-proxy -n capsule-system
34
33
35
34
4 . Upgrade the Chart
36
35
37
- $ helm upgrade capsule-proxy clastix /capsule-proxy -n capsule-system
36
+ $ helm upgrade capsule-proxy projectcapsule /capsule-proxy -n capsule-system
38
37
39
38
5 . Uninstall the Chart
40
39
@@ -48,13 +47,13 @@ The `--values` option is the preferred method because it allows you to keep your
48
47
49
48
Specify your overrides file when you install the chart:
50
49
51
- $ helm install capsule-proxy clastix /capsule-proxy --values myvalues.yaml -n capsule-system
50
+ $ helm install capsule-proxy projectcapsule /capsule-proxy --values myvalues.yaml -n capsule-system
52
51
53
52
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.
54
53
55
54
If you only need to make minor customizations, you can specify them on the command line by using the ` --set ` option. For example:
56
55
57
- $ helm install capsule-proxy clastix /capsule-proxy --set "kind=DaemonSet" -n capsule-system
56
+ $ helm install capsule-proxy projectcapsule /capsule-proxy --set "kind=DaemonSet" -n capsule-system
58
57
59
58
### General Parameters
60
59
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ The Capsule-proxy Chart can be used to instantly deploy the Capsule-proxy on you
22
22
23
23
1. Add this repository:
24
24
25
- $ helm repo add clastix https://clastix .github.io/charts
25
+ $ helm repo add projectcapsule https://projectcapsule .github.io/charts
26
26
27
27
2. Install the Chart:
28
28
29
- $ helm install capsule-proxy clastix /capsule-proxy -n capsule-system
29
+ $ helm install capsule-proxy projectcapsule /capsule-proxy -n capsule-system
30
30
31
31
3. Show the status:
32
32
33
33
$ helm status capsule-proxy -n capsule-system
34
34
35
35
4. Upgrade the Chart
36
36
37
- $ helm upgrade capsule-proxy clastix /capsule-proxy -n capsule-system
37
+ $ helm upgrade capsule-proxy projectcapsule /capsule-proxy -n capsule-system
38
38
39
39
5. Uninstall the Chart
40
40
@@ -48,13 +48,13 @@ The `--values` option is the preferred method because it allows you to keep your
48
48
49
49
Specify your overrides file when you install the chart:
50
50
51
- $ helm install capsule-proxy clastix /capsule-proxy --values myvalues.yaml -n capsule-system
51
+ $ helm install capsule-proxy projectcapsule /capsule-proxy --values myvalues.yaml -n capsule-system
52
52
53
53
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.
54
54
55
55
If you only need to make minor customizations, you can specify them on the command line by using the `--set` option. For example:
56
56
57
- $ helm install capsule-proxy clastix /capsule-proxy --set "kind=DaemonSet" -n capsule-system
57
+ $ helm install capsule-proxy projectcapsule /capsule-proxy --set "kind=DaemonSet" -n capsule-system
58
58
59
59
### General Parameters
60
60
You can’t perform that action at this time.
0 commit comments