From 413a013b9164b2298ce4b93e0ea44567073c87c6 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 28 Feb 2022 12:35:15 +0100 Subject: [PATCH] templates/composer: Parametrize bucket name --- templates/composer.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/composer.yml b/templates/composer.yml index 48848f3f6..d3927add9 100644 --- a/templates/composer.yml +++ b/templates/composer.yml @@ -212,7 +212,7 @@ objects: jwt_keys_urls = ["${RH_SSO_BASE_URL}/protocol/openid-connect/certs", "${MAS_SSO_BASE_URL}/protocol/openid-connect/certs"] jwt_acl_file = "${COMPOSER_CONFIG_DIR}/acl.yml" [koji.aws_config] - bucket = "imagebuilder.service.staging" + bucket = "${COMPOSER_CONFIG_BUCKET_NAME}" [worker] request_job_timeout = "20s" base_path = "/api/image-builder-worker/v1" @@ -341,6 +341,10 @@ parameters: name: COMPOSER_CONFIG_DIR required: true value: "/etc/osbuild-composer" + - description: Bucket to store aws artifacts + name: COMPOSER_CONFIG_BUCKET_NAME + required: true + value: "imagebuilder.service.staging" - description: composer-api port name: COMPOSER_API_PORT required: true