From b10094a39107dfcd824402a409731619ef7749fe Mon Sep 17 00:00:00 2001 From: Lucas Rodriguez Date: Sat, 14 Oct 2023 11:50:55 -0500 Subject: [PATCH] Remove components from zarf config file to fix cluster teardown --- .github/workflows/test-aws-init-package.yml | 2 ++ zarf-config.toml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-aws-init-package.yml b/.github/workflows/test-aws-init-package.yml index 5e5a31d..9ccbb0e 100644 --- a/.github/workflows/test-aws-init-package.yml +++ b/.github/workflows/test-aws-init-package.yml @@ -136,6 +136,7 @@ jobs: --registry-url="$(aws sts get-caller-identity --query 'Account' --output text).dkr.ecr.us-east-1.amazonaws.com" \ --registry-push-username="AWS" \ --registry-push-password="$(aws ecr get-login-password --region us-east-1)" \ + --components="zarf-ecr-credential-helper" \ --confirm - name: Teardown the cluster @@ -227,6 +228,7 @@ jobs: --registry-url="$(aws ecr-public describe-registries --query 'registries[0].registryUri' --output text --region us-east-1)" \ --registry-push-username="AWS" \ --registry-push-password="$(aws ecr-public get-login-password --region us-east-1)" \ + --components="zarf-ecr-credential-helper" \ --confirm - name: Teardown the cluster diff --git a/zarf-config.toml b/zarf-config.toml index 20da88a..4a06c4f 100644 --- a/zarf-config.toml +++ b/zarf-config.toml @@ -21,9 +21,6 @@ registry_image_domain = '' registry_image = '' registry_image_tag = '' -[package.deploy] -components = 'zarf-ecr-credential-helper' - [package.deploy.set] aws_region = 'us-east-1' registry_type = ''