Skip to content

Commit

Permalink
docs: Fix minor typos in code examples (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfeller authored May 20, 2020
1 parent 51998e0 commit 7c831ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/operator-manual/declarative-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-manual/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7c831ad

Please sign in to comment.