-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix spawner_ui_config.yaml to use correct null values for configurations
Previously, any empty configuration for the images, affinity configurations, tolerations, and gpu configurations fields were output as nulls in the yaml (eg: "value:"). The jupyter web app does not handle null values for some of these fields, instead requiring empty strings or empty lists. This commit updates the template to ensure we always output the correct empty values.
- Loading branch information
1 parent
0d1bbcf
commit 74f5442
Showing
2 changed files
with
48 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters