fix: Fix typo in namespaceResourceWhitelist (#337)
* Fix typo in namespaceResourceWhitelist * chore: bumping minor version as technically a breaking change
This commit is contained in:
parent
e374150c36
commit
e0a49d914d
3 changed files with 5 additions and 5 deletions
|
|
@ -34,9 +34,9 @@ items:
|
|||
namespaceResourceBlacklist:
|
||||
{{- toYaml .namespaceResourceBlacklist | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .namespaceResourceWhilelist }}
|
||||
namespaceResourceWhilelist:
|
||||
{{- toYaml .namespaceResourceWhilelist | nindent 8 }}
|
||||
{{- if .namespaceResourceWhitelist }}
|
||||
namespaceResourceWhitelist:
|
||||
{{- toYaml .namespaceResourceWhitelist | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .orphanedResources }}
|
||||
orphanedResources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue