File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
8083That’s it! Private Packagist Self-Hosted is now ready to be used! You’ll find all further information in the web interface.
8184
You can’t perform that action at this time.
0 commit comments