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

@ -33,6 +33,10 @@ items:
{{- if .namespaceResourceBlacklist }}
namespaceResourceBlacklist:
{{- toYaml .namespaceResourceBlacklist | nindent 8 }}
{{- end }}
{{- if .namespaceResourceWhilelist }}
namespaceResourceWhilelist:
{{- toYaml .namespaceResourceWhilelist | nindent 8 }}
{{- end }}
{{- if .orphanedResources }}
orphanedResources: