Skip to content

Commit

Permalink
Merge branch 'main' into validate-schema-1667
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Nov 29, 2023
2 parents b7a7b4c + 9cf4482 commit ec0a969
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/1-getting-started/0-understand-the-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Before you can effectively use Zarf, it is useful to have an understanding of th
### AirGap Basics

- [What is AirGap](https://ibm.github.io/kubernetes-networking/vpc/airgap/)
- AirGap Kubernetes Course - Coming Soon!
- [AirGap Kubernetes Course](https://training.linuxfoundation.org/training/modern-air-gap-software-delivery-lfs281/) - Created by Defense Unicorns

### GitOps Basics

Expand Down
2 changes: 1 addition & 1 deletion docs/3-create-a-zarf-package/2-zarf-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The [`podinfo-flux`](/examples/podinfo-flux/) example showcases a simple GitOps
<ExampleYAML src={require('../../examples/composable-packages/zarf.yaml')} component="local-games-path" />
</TabItem>
<TabItem value="OCI URL">
<ExampleYAML src={require('../../examples/composable-packages/zarf.yaml')} component="oci-wordpress-url" />
<ExampleYAML src={require('../../examples/composable-packages/zarf.yaml')} component="oci-games-url" />
</TabItem>
</Tabs>

Expand Down
2 changes: 1 addition & 1 deletion docs/4-deploy-a-zarf-package/3-deployment-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Once a package is deployed into the cluster, the Web UI offers additional comman
- Update: Use when you wish to update a package with a new version of the same package.
- Remove: Use when you wish to remove a package and all of its resources from the cluster. This cannot be undone.

![Web UI deployed packages table with a context menu showing additional package commands](../.images/dashboard/Web%20UI%20-%20package%20commands.png
![Web UI deployed packages table with a context menu showing additional package commands](../.images/dashboard/Web%20UI%20-%20package%20commands.png)


## Technical Details
Expand Down
2 changes: 1 addition & 1 deletion docs/4-deploy-a-zarf-package/5-k9s-dashboard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# K9s Dashboard

Zarf vendors in [K9s, a terminal-based UI to interact with your Kubernetes cluster. K9s is not necessary to deploy, manage, or operate Zarf or its deployed packages, but it is a great tool to use when you want to interact with your cluster. Since Zarf vendors in this tool, you don't have to worry about additional dependencies or trying to install it yourself!
Zarf vendors in [K9s](https://k9scli.io/), a terminal-based UI to interact with your Kubernetes cluster. K9s is not necessary to deploy, manage, or operate Zarf or its deployed packages, but it is a great tool to use when you want to interact with your cluster. Since Zarf vendors in this tool, you don't have to worry about additional dependencies or trying to install it yourself!

## Using the k9s Dashboard

Expand Down

0 comments on commit ec0a969

Please sign in to comment.