Skip to content

Commit 11b82c6

Browse files
Wording #2174
1 parent fca26df commit 11b82c6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

kubernetes/operator/install-operator.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,16 @@ The Operator's Helm chart requires
103103
* Helm chart 3.1.0
104104
* PV provisioner support in the underlying infrastructure
105105

106-
If installing from OpenTofu/Terraform use the repository "oci://registry-1.docker.io/bitnamicharts".
106+
### Installation with Terraform and OpenTofu
107+
108+
Terraform and OpenTofu users need to [override the repository](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) and set it
109+
to
110+
111+
```
112+
oci://registry-1.docker.io/bitnamicharts
113+
```
114+
115+
on the `helm_release` resource.
107116

108117
-----
109118

0 commit comments

Comments
 (0)