Skip to content

Contains example value files and scripts for cnvrg.io deployments

Notifications You must be signed in to change notification settings

yossi-lisha-cnvrg/cnvrg_deployment_examples

 
 

Repository files navigation

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

About

Contains example value files and scripts for cnvrg.io deployments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.6%
  • Dockerfile 19.1%
  • Ruby 4.6%
  • Makefile 1.7%