From b7e208dd7c1f1248b1314feb46f3d04a8fa24944 Mon Sep 17 00:00:00 2001 From: Lucas Rodriguez Date: Wed, 18 Oct 2023 13:59:10 -0500 Subject: [PATCH] Remove step to deploy workfloads into the cluster from README --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 90cac60..b12c700 100644 --- a/README.md +++ b/README.md @@ -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 -```