fix: typos

This commit is contained in:
2026-05-07 23:43:19 -07:00
parent 4fa8ab3d16
commit 0bba7b3181
7 changed files with 29 additions and 32 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ This will create the repo in Gitea for you, and define a basic structure:
From here, in the simplest way, you can just start deploying applications.
## First deployment
In the most simple form, any kustomization in the path pointed to by '--path' will be picked up. Since we set it to '.', adding something should be as simple as dropping it into that folder.
In the most simple form, Flux will pick up any kustomization in the path pointed to by '--path'. Since we set it to '.', adding something should be as simple as dropping it into that folder.
```
git clone ssh://git@git.tipsy.codes:2222/charles/flux-5pi5.git
@@ -149,4 +149,4 @@ namespace: default
resources:
 - deployment.yaml
```
The first file (`nginx.yaml`) tells Flux to look into a specific folder, with an update interval and some other settings. The other files are the kustomization; check the Kubernetes docs for that.
The first file (`nginx.yaml`) tells Flux to look into a specific folder, with an update interval and some other settings. The other files are the kustomization; check the Kubernetes docs for that.