feat(argocd-applicationset): Add priorityClass for argocd-applicationset

Signed-off-by: Josh Hudson <382062+itmustbejj@users.noreply.github.com>
This commit is contained in:
Josh Hudson 2021-06-03 10:37:07 -07:00
parent afe72167fb
commit e7fa16f7a3
No known key found for this signature in database
GPG key ID: 180AE1AC33EA3C99
3 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-applicationset
description: A Helm chart for installing ArgoCD ApplicationSet
type: application
version: 0.1.5
version: 0.1.6
appVersion: "v0.1.0"
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png

View file

@ -98,3 +98,6 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}

View file

@ -71,6 +71,8 @@ tolerations: []
affinity: {}
priorityClassName: ""
mountSSHKnownHostsVolume: true
mountTLSCertsVolume: true
mountGPGKeysVolume: false