Skip to content

Commit 94d0ba6

Browse files
committed
Helm: adjust steps to disable set up mode
1 parent 03836cf commit 94d0ba6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/self-hosted/kubernetes-helm.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@ The first user is granted admin permissions automatically. You can grant admin p
7474
![Add Admin](/Resources/public/img/docs/self-hosted/10-add-admin.png)
7575

7676
#### Switching to Production Mode
77-
Head back to the admin console to disable the Setup Mode in the configuration. Once the preflight checks passed, you can
78-
apply the changes.
77+
Edit your values.yaml to disable the Setup Mode.
78+
79+
* Change `application.setupMode.enabled` in the values.yaml
80+
* Apply the changes in your cluster with `helm upgrade`
81+
* Restart the ui deployment to apply the changes in the application `kubectl rollout restart deployment ui`
7982

8083
That’s it! Private Packagist Self-Hosted is now ready to be used! You’ll find all further information in the web interface.
8184

0 commit comments

Comments
 (0)