Skip to content

Commit

Permalink
wip! test: update config map to new names
Browse files Browse the repository at this point in the history
Update the config map to the new names.

Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
supakeen committed Feb 18, 2025
1 parent 9a00b55 commit 9f26ac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/config-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@
"fedora*"
],
"image-types": [
"qcow2"
"server-qcow2"
]
},
"./configs/minimal.json": {
"distros": [
"fedora*"
],
"image-types": [
"qcow2"
"server-qcow2"
]
},
"./configs/oscap-generic.json": {
Expand Down Expand Up @@ -320,7 +320,7 @@
"qcow2"
],
"distros": [
"fedora*"
"server-fedora*"
]
},
"./configs/rhsm.json": {
Expand All @@ -347,7 +347,7 @@
},
"./configs/partitioning-btrfs.json": {
"image-types": [
"ami"
"server-ami"
],
"distros": [
"fedora*"
Expand Down

0 comments on commit 9f26ac2

Please sign in to comment.