File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ helm registry login registry.replicated.com --username YOUR_USERNAME --password
4646helm install -f values.yaml private-packagist oci://registry.replicated.com/privatepackagistkots/private-packagist --version VERSION
4747```
4848
49+ Verify that the helm chart is deployed by running ` kubectl get pods ` and verifying that the ` repo ` , ` ui ` , and ` worker ` pods are running.
50+ You should then be able to access the web interface by opening the configured domain in the browser, e.g. https://packagist.myintranet.com .
51+
4952#### Authentication Setup
5053Within Private Packagist Self-Hosted, you now need to set up at least one user authentication method.
5154You have the choice between authentication with email addresses and passwords and several OAuth integrations with third-party services.
You can’t perform that action at this time.
0 commit comments