mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
docs: Fix minor typos in code examples (#3622)
This commit is contained in:
parent
51998e0846
commit
7c831ad781
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue