Remove kubeflow-trainer prefix from jobset resource names (#2596)

Signed-off-by: Yi Chen <github@chenyicn.net>
This commit is contained in:
Yi Chen 2025-04-11 22:44:06 +08:00 committed by GitHub
parent 541f027bef
commit 11d79b22ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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: {}