Skip to content

Commit 95e3303

Browse files
committed
Updated the operator deployment README with a custom example.
Signed-off-by: Roddie Kieley <[email protected]>
1 parent 20f409f commit 95e3303

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

deploy/charts/operator/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ A Helm chart for deploying the ToolHive Operator into Kubernetes.
1414
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
1515
```
1616

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+
1723
## Prerequisites
1824

1925
- Kubernetes 1.25+

deploy/charts/operator/README.md.gotmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
2222
```
2323

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+
2430
## Prerequisites
2531

2632
- Kubernetes 1.25+

0 commit comments

Comments
 (0)