Skip to content

Commit

Permalink
Merge pull request #23 from cr7258/fix-typo
Browse files Browse the repository at this point in the history
fix: fix typo ngnix to nginx
  • Loading branch information
Peefy authored Nov 12, 2023
2 parents da1abca + 41fd76c commit 2ac0706
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/abstraction/web-service/suite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ functionConfig:
params:
name: app
containers:
ngnix:
image: ngnix
nginx:
image: nginx
ports:
- containerPort: 80
service:
Expand Down
4 changes: 2 additions & 2 deletions examples/abstraction/web-service/suite/good.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
params:
name: app
containers:
ngnix:
image: ngnix
nginx:
image: nginx
ports:
- containerPort: 80
service:
Expand Down
4 changes: 2 additions & 2 deletions tests/abstraction/web-service/kcl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ kcl_options:
params:
name: app
containers:
ngnix:
image: ngnix
nginx:
image: nginx
ports:
containerPort: 80
service:
Expand Down

0 comments on commit 2ac0706

Please sign in to comment.