Skip to content

Commit 7143c99

Browse files
committed
reuse linbit-sds namespace for helm
We often refer to the linbit-sds namespace in the user guide, but the default instructions for helm do not use this namespace. Fix this by letting helm create the necessary namespace.
1 parent 139992a commit 7143c99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ <h2>Usage</h2>
7777
$ <b>helm repo add linstor https://charts.linstor.io</b>
7878
"linstor" has been added to your repositories
7979
$ <b>helm install linstor-operator linstor/linstor-operator \
80+
--namespace linbit-sds \
81+
--create-namespace \
8082
--set imageCredentials.username=$MY_LINBIT_USER \
8183
--set imageCredentials.password=$MY_LINBIT_PASSWORD \
8284
--wait</b>

0 commit comments

Comments
 (0)