feat(argocd-applicationset): Add priorityClass for argocd-applicationset (#788)
Signed-off-by: Josh Hudson <382062+itmustbejj@users.noreply.github.com>pull/778/head^2 argocd-applicationset-0.1.6
parent
afe72167fb
commit
be8f33c872
|
@ -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
|
||||
|
|
|
@ -98,3 +98,6 @@ spec:
|
|||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.priorityClassName }}
|
||||
priorityClassName: {{ . }}
|
||||
{{- end }}
|
||||
|
|
|
@ -71,6 +71,8 @@ tolerations: []
|
|||
|
||||
affinity: {}
|
||||
|
||||
priorityClassName: ""
|
||||
|
||||
mountSSHKnownHostsVolume: true
|
||||
mountTLSCertsVolume: true
|
||||
mountGPGKeysVolume: false
|
||||
|
|
Loading…
Reference in New Issue