Skip to content

Commit cfda302

Browse files
authored
docs: Fix cockpit installation guide (#236)
1 parent c5dab0a commit cfda302

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/modules/cockpit/pages/installation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ First ensure that you have installed the Stackable Operators Helm repository:
3737

3838
[source,console]
3939
----
40-
$ helm repo add stackable https://repo.stackable.tech/repository/helm-stable/
40+
$ helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
4141
----
4242

4343
Then install the Stackable Cockpit:
4444

4545
[source,console]
4646
----
47-
$ helm upgrade listener-operator stackable/stackable-cockpit --install \
48-
--set-file htpasswd=my-htpasswd
47+
$ helm upgrade stackable-cockpit stackable-dev/stackable-cockpit --install \
48+
--version 0.0.0-dev --set-file htpasswd=my-htpasswd
4949
----
5050

5151
Helm will deploy the service in Kubernetes containers. You're now ready to access the cockpit!

web/src/api/schema.d.ts

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)