mirror of https://github.com/kubeflow/trainer.git
Remove kubeflow-trainer prefix from jobset resource names (#2596)
Signed-off-by: Yi Chen <github@chenyicn.net>
This commit is contained in:
parent
541f027bef
commit
11d79b22ca
|
@ -28,6 +28,8 @@ jobset:
|
|||
# -- Whether to install jobset as a dependency managed by trainer.
|
||||
# This must be set to `false` if jobset controller/webhook has already been installed into the cluster.
|
||||
install: true
|
||||
# -- String to fully override jobset release name.
|
||||
fullnameOverride: jobset
|
||||
|
||||
# -- Common labels to add to the resources.
|
||||
commonLabels: {}
|
||||
|
|
Loading…
Reference in New Issue