Skip to content

Commit

Permalink
fix(docs): kustomize build folder of uat & prod (#2841)
Browse files Browse the repository at this point in the history
Signed-off-by: The Anh Nguyen <ntheanh201@gmail.com>
(cherry picked from commit 7b265b1)
  • Loading branch information
ntheanh201 authored and github-actions[bot] committed Oct 25, 2024
1 parent b3c97ec commit 900087f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/20-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ the previous section.
- image: public.ecr.aws/nginx/nginx
- uses: kustomize-build
config:
path: ./src/stages/test
path: ./src/stages/uat
outPath: ./out/manifests.yaml
- uses: git-commit
as: commit
Expand Down Expand Up @@ -457,7 +457,7 @@ the previous section.
- image: public.ecr.aws/nginx/nginx
- uses: kustomize-build
config:
path: ./src/stages/test
path: ./src/stages/prod
outPath: ./out/manifests.yaml
- uses: git-commit
as: commit
Expand Down Expand Up @@ -645,7 +645,7 @@ the previous section.
- image: public.ecr.aws/nginx/nginx
- uses: kustomize-build
config:
path: ./src/stages/test
path: ./src/stages/uat
outPath: ./out/manifests.yaml
- uses: git-commit
as: commit
Expand Down Expand Up @@ -701,7 +701,7 @@ the previous section.
- image: public.ecr.aws/nginx/nginx
- uses: kustomize-build
config:
path: ./src/stages/test
path: ./src/stages/prod
outPath: ./out/manifests.yaml
- uses: git-commit
as: commit
Expand Down

0 comments on commit 900087f

Please sign in to comment.