Skip to content

Commit

Permalink
Fix chevrons
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Sep 20, 2024
1 parent 6b2b40a commit fb45b49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/components/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type="docs"


```shell
cat <<<EOF | skate apply -f -
cat <<EOF | skate apply -f -
---
apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion content/docs/components/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type="docs"
Secrets are scheduled across all nodes in the cluster, stored as [podman secrets](https://docs.podman.io/en/latest/markdown/podman-secret-create.1.html)

```shell
cat <<<EOF | skate apply -f -
cat <<EOF | skate apply -f -
apiVersion: v1
kind: Secret
metadata:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/components/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following will create a service listening on port 80 with name `nginx.my-app
`nginx` in namespace `my-app` on port 80.

```shell
cat <<<EOF | skate apply -f -
cat <<EOF | skate apply -f -
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit fb45b49

Please sign in to comment.