Skip to content

Commit

Permalink
image.yaml: aws; add old defaults for new fields
Browse files Browse the repository at this point in the history
see coreos/coreos-assembler#3607

With the above PR, cosa's image-default.yaml adds 3 configuration
fields. The defaults provided differ from before. Overide the new
configuration fields to maintain old defaults.
  • Loading branch information
prestist authored and dustymabe committed Sep 15, 2023
1 parent 7a4c643 commit 3adb70c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
# similarly to manifest.yaml. Unlike image-base.yaml, which is shared by all
# streams.
include: image-base.yaml

# see https://github.com/coreos/coreos-assembler/pull/3607
# Defaults for AWS
aws-imdsv2-only: false
aws-volume-type: "gp2"
aws-x86-boot-mode: "legacy-bios"

0 comments on commit 3adb70c

Please sign in to comment.