Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 423 Bytes

Helm Install Command Example

Set the docker hub registry username and password:

USER=<cnvrg-user>
PASSWORD=<cnvrg-user-password>

Helm install example using the standard base install values file.

helm install cnvrgv3 cnvrgv3/cnvrg -n cnvrg --create-namespace --wait --timeout 1000s \
-f ./values_files/standard_base_install.yaml \
--set registry.user=$USER --set registry.password=$PASSWORD