Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.