Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit 3077b45

Browse files
committed
Fix typo: permissable -> permissible
Signed-off-by: ruicao <[email protected]>
1 parent 107e067 commit 3077b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ingress/controllers/nginx/examples/default-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
terminationGracePeriodSeconds: 60
1515
containers:
1616
- name: default-http-backend
17-
# Any image is permissable as long as:
17+
# Any image is permissible as long as:
1818
# 1. It serves a 404 page at /
1919
# 2. It serves 200 on a /healthz endpoint
2020
image: k8s.gcr.io/defaultbackend:1.0

ingress/controllers/nginx/examples/sysctl/change-proc-values-rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
terminationGracePeriodSeconds: 60
3030
containers:
3131
- name: default-http-backend
32-
# Any image is permissable as long as:
32+
# Any image is permissible as long as:
3333
# 1. It serves a 404 page at /
3434
# 2. It serves 200 on a /healthz endpoint
3535
image: k8s.gcr.io/defaultbackend:1.0

0 commit comments

Comments
 (0)