fix: Fix typo in namespaceResourceWhitelist (#337)

* Fix typo in namespaceResourceWhitelist

* chore: bumping minor version as technically a breaking change
This commit is contained in:
Shabbir Kagalwala 2020-05-07 00:18:56 -06:00 committed by GitHub
parent e374150c36
commit e0a49d914d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -555,7 +555,7 @@ server:
# kind: NetworkPolicy
# orphanedResources: {}
# roles: []
# namespaceResourceWhilelist:
# namespaceResourceWhitelist:
# - group: 'apps'
# kind: Deployment
# - group: 'apps'