Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Remove components from zarf config file to fix cluster teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Oct 14, 2023
1 parent ef816a9 commit b10094a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-aws-init-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions zarf-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit b10094a

Please sign in to comment.