File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ A Helm chart for deploying the ToolHive Operator into Kubernetes.
14
14
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
15
15
```
16
16
17
+ Or for a custom values file:
18
+
19
+ ``` consoleCustom
20
+ helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace --values values-openshift.yaml
21
+ ```
22
+
17
23
## Prerequisites
18
24
19
25
- Kubernetes 1.25+
Original file line number Diff line number Diff line change 21
21
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
22
22
```
23
23
24
+ Or for a custom values file:
25
+
26
+ ```consoleCustom
27
+ helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace --values values-openshift.yaml
28
+ ```
29
+
24
30
## Prerequisites
25
31
26
32
- Kubernetes 1.25+
You can’t perform that action at this time.
0 commit comments