Add namespaceResourceWhilelist to Projects (#336)

This commit is contained in:
Shabbir Kagalwala 2020-05-06 12:38:49 -06:00 committed by GitHub
parent a265e8f59a
commit e374150c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View file

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