From 97614cd18641cb5e389756a9abee27122ddb9a6d Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Fri, 28 Apr 2023 10:31:50 -0500 Subject: [PATCH] Fixup other merge issues --- docs/13-walkthroughs/7-publish-and-deploy.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/13-walkthroughs/7-publish-and-deploy.md b/docs/13-walkthroughs/7-publish-and-deploy.md index 816eeb5315..8166271bcb 100644 --- a/docs/13-walkthroughs/7-publish-and-deploy.md +++ b/docs/13-walkthroughs/7-publish-and-deploy.md @@ -1,4 +1,4 @@ -# Using OCI to Store & Deploy Zarf Packages +# Using OCI to Store & Deploy Zarf Packages ## Introduction @@ -18,9 +18,9 @@ For following along locally, please ensure the following prerequisites are met: 3. Access to a cluster that has been [initialized with zarf](./1-initializing-a-k8s-cluster.md). ## Setup + [![Using OCI to Store & Deploy Zarf Packages Video on YouTube](../.images/walkthroughs/publish_and_deploy_thumbnail.png)](https://www.youtube.com/watch?v=QKxgJnC_37Y "Using OCI to Store & Deploy Zarf Packages") -### Setup This walkthrough will require a registry to be configured (see [prerequisites](#prerequisites) for more information). The below sets up some variables for us to use when logging into the registry: @@ -116,7 +116,7 @@ Packages can be saved to the local disk in order to deploy a package multiple ti #### Remediation -You attepted to publish a package with no version metadata. +You attempted to publish a package with no version metadata. @@ -165,4 +165,3 @@ After that you can try deploying the package again. #### Remediation If you receive this error when zarf is attempting to deploy any component, this means you have not initialized the kubernetes cluster. This is one of the prerequisites for this walkthrough. Perform the [Initialize a cluster](./1-initializing-a-k8s-cluster.md) walkthrough, then try again. -