Skip to content

Commit

Permalink
docs: Fix cockpit installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Apr 26, 2024
1 parent c5dab0a commit dbedc46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/modules/cockpit/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ First ensure that you have installed the Stackable Operators Helm repository:

[source,console]
----
$ helm repo add stackable https://repo.stackable.tech/repository/helm-stable/
$ helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
----

Then install the Stackable Cockpit:

[source,console]
----
$ helm upgrade listener-operator stackable/stackable-cockpit --install \
--set-file htpasswd=my-htpasswd
$ helm upgrade stackable-cockpit stackable-dev/stackable-cockpit --install \
--version 0.0.0-dev --set-file htpasswd=my-htpasswd
----

Helm will deploy the service in Kubernetes containers. You're now ready to access the cockpit!
2 changes: 0 additions & 2 deletions web/src/api/schema.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbedc46

Please sign in to comment.