Skip to content

Commit

Permalink
fix: Update configmap-bin.yaml (#420)
Browse files Browse the repository at this point in the history
update the skyline config to use flavor families.
  • Loading branch information
cloudnull authored Aug 22, 2024
1 parent b335cf7 commit 2c300c9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions base-kustomize/skyline/base/configmap-bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,18 @@ data:
system_user_name: ""
system_user_password: ""
setting:
base_settings: []
flavor_families: []
base_settings:
- flavor_families
- gpu_models
flavor_families:
- architecture: x86_architecture
categories:
- name: general_purpose
properties: []
- name: compute_optimized
properties: []
- name: memory_optimized
properties: []
gpu_models: []
usb_models: []
data-gunicorn.py : |
Expand Down

0 comments on commit 2c300c9

Please sign in to comment.