From c103d6799e0e48274b00ff6631b79012530f9212 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Fri, 15 Sep 2023 17:16:57 -0400 Subject: [PATCH] image.yaml: aws; add old defaults for new fields 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. --- image.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/image.yaml b/image.yaml index 1bf800cca2..1b3c824d20 100644 --- a/image.yaml +++ b/image.yaml @@ -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"