Skip to content

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Oct 3, 2024
1 parent d3cf8c4 commit 27afeb2
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions docs/docs/20-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ the previous section.
- branch: stage/test
create: true
path: ./out
- uses: git-clear
config:
path: ./out
- uses: kustomize-set-image
as: update-image
config:
Expand All @@ -372,11 +375,7 @@ the previous section.
- uses: kustomize-build
config:
path: ./main/stages/test
outPath: ./manifests.yaml
- uses: git-overwrite
config:
inPath: ./manifests.yaml
outPath: ./out
outPath: ./out/manifests.yaml
- uses: git-commit
as: commit
config:
Expand Down Expand Up @@ -420,6 +419,9 @@ the previous section.
- branch: stage/uat
create: true
path: ./out
- uses: git-clear
config:
path: ./out
- uses: kustomize-set-image
as: update-image
config:
Expand All @@ -429,11 +431,7 @@ the previous section.
- uses: kustomize-build
config:
path: ./main/stages/test
outPath: ./manifests.yaml
- uses: git-overwrite
config:
inPath: ./manifests.yaml
outPath: ./out
outPath: ./out/manifests.yaml
- uses: git-commit
as: commit
config:
Expand Down Expand Up @@ -477,6 +475,9 @@ the previous section.
- branch: stage/prod
create: true
path: ./out
- uses: git-clear
config:
path: ./out
- uses: kustomize-set-image
as: update-image
config:
Expand All @@ -486,11 +487,7 @@ the previous section.
- uses: kustomize-build
config:
path: ./main/stages/test
outPath: ./manifests.yaml
- uses: git-overwrite
config:
inPath: ./manifests.yaml
outPath: ./out
outPath: ./out/manifests.yaml
- uses: git-commit
as: commit
config:
Expand Down

0 comments on commit 27afeb2

Please sign in to comment.