Skip to content

Commit f2db389

Browse files
authored
docs: Update helm install commands (#593)
1 parent d99db63 commit f2db389

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/modules/secret-operator/pages/installation.adoc

+4-7
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@ Resource sizing depends on cluster type(s), usage and scope, but as a starting p
1919
* 256MB RAM
2020

2121
== Helm
22-
Helm allows you to download and deploy Stackable operators on Kubernetes and is by far the easiest installation method. First ensure that you have installed the Stackable Operators Helm repository:
22+
Helm allows you to download and deploy Stackable operators on Kubernetes and is by far the easiest installation method.
2323

24-
[source,console]
25-
----
26-
$ helm repo add stackable https://repo.stackable.tech/repository/helm-stable/
27-
----
24+
NOTE: `helm repo` subcommands are not supported for OCI registries. The operators are installed directly, without adding the Helm Chart repository first.
2825

29-
Then install the Stackable Secret Operator
26+
Install the Stackable Secret Operator
3027

3128
[source,console]
3229
----
33-
$ helm install secret-operator stackable/secret-operator
30+
$ helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator
3431
----
3532

3633
Helm will deploy the operator in Kubernetes containers and apply the CRDs. You're now ready to deploy secrets!

0 commit comments

Comments
 (0)