Skip to content

Commit

Permalink
Merge pull request #67 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 a748320 + 1288945 commit 34871da
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .integration/artifacthub/web-service/0.1.0/README.md
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 kcl-abstraction-example/main.k
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import .app

app.App {
name = "app"
containers.ngnix = {
image = "ngnix"
containers.nginx = {
image = "nginx"
ports = [{containerPort = 80}]
}
service.ports = [{ port = 80 }]
Expand Down
1 change: 0 additions & 1 deletion required-drop-all/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
name = "required-drop-all"
version = "0.1.1"
description = "`required-drop-all` is a KCL validation module"

1 change: 0 additions & 1 deletion required-drop-cap-net-all/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
name = "required-drop-cap-net-all"
version = "0.1.1"
description = "`required-drop-cap-net-all` is a KCL validation module"

1 change: 0 additions & 1 deletion required-pod-requests-limits/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
name = "require-pod-requests-limits"
version = "0.1.1"
description = "`require-pod-requests-limits` is a KCL validation module"

1 change: 0 additions & 1 deletion required-root-fs/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
name = "required-root-fs"
version = "0.1.1"
description = "`required-root-fs` is a KCL validation module"

1 change: 0 additions & 1 deletion restrict-image-registries/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
name = "restrict-image-registries"
version = "0.1.1"
description = "`restrict-image-registries` is a KCL validation module"

1 change: 0 additions & 1 deletion restrict-service-external-ips/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
name = "restrict-service-external-ips"
version = "0.1.1"
description = "`restrict-service-external-ips` is a KCL validation module"

4 changes: 2 additions & 2 deletions web-service/README.md
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 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 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

0 comments on commit 34871da

Please sign in to comment.