fix: Fix typo in namespaceResourceWhitelist (#337)

* Fix typo in namespaceResourceWhitelist

* chore: bumping minor version as technically a breaking change
main
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

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.5.4"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 2.2.16
version: 2.3.0
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords:

View File

@ -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:

View File

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