fix: typos
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user