docs: Fix minor typos in code examples (#3622)

This commit is contained in:
Andy Feller 2020-05-20 12:37:27 -04:00 committed by GitHub
parent 51998e0846
commit 7c831ad781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ spec:
- group: ''
kind: NetworkPolicy
# Deny all namespaced-scoped resources from being created, except for Deployment and StatefulSet
namespaceResourceWhilelist:
namespaceResourceWhitelist:
- group: 'apps'
kind: Deployment
- group: 'apps'

View file

@ -31,7 +31,7 @@ spec:
kind: NetworkPolicy
# Deny all namespaced-scoped resources from being created, except for Deployment and StatefulSet
namespaceResourceWhilelist:
namespaceResourceWhitelist:
- group: 'apps'
kind: Deployment
- group: 'apps'