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

Commit

Permalink
Remove step to deploy workfloads into the cluster from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Oct 18, 2023
1 parent f08d161 commit b7e208d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,3 @@ zarf package pull oci://ghcr.io/defenseunicorns/packages/init-aws:v0.0.1-amd64
--registry-push-password="$(aws ecr-public get-login-password --region us-east-1)" \
--confirm
```

### Deploy workloads to the cluster

Now that Zarf is deployed in the EKS cluster and configured to use ECR as as an external registry, let's deploy some workloads to the cluster and verify that Zarf is rewriting our container images to be stored in ECR:

```bash
zarf package deploy oci://example-registry.io/example-repo/example-package:v0.0.1
```

0 comments on commit b7e208d

Please sign in to comment.