Add priority class name to helm chart

This commit is contained in:
Philip Laine
2021-05-19 22:06:35 +02:00
parent 2e47f1740c
commit fd174ed691
2 changed files with 6 additions and 1 deletions
@@ -51,6 +51,10 @@ spec:
{{- if .Values.reloader.deployment.tolerations }}
tolerations:
{{ toYaml .Values.reloader.deployment.tolerations | indent 8 }}
{{- end }}
{{- if .Values.reloader.deployment.priorityClassName }}
priorityClassName:
{{ toYaml .Values.reloader.deployment.priorityClassName | indent 8 }}
{{- end }}
containers:
- image: "{{ .Values.reloader.deployment.image.name }}:{{ .Values.reloader.deployment.image.tag }}"
@@ -78,6 +78,7 @@ reloader:
resources: {}
pod:
annotations: {}
priorityClassName: "foo"
service: {}
# labels: {}
@@ -95,7 +96,7 @@ reloader:
annotations: {}
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
name:
# Optional flags to pass to the Reloader entrypoint
# Example:
# custom_annotations: