Skip to content

Commit

Permalink
Allow specifying the priorityClassName for the pods (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidick authored Apr 4, 2023
1 parent 79398f4 commit b9043d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-xray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
name: aws-xray
sources:
- https://github.com/aws/aws-xray-daemon
version: 4.0.1
version: 4.0.2
1 change: 1 addition & 0 deletions charts/aws-xray/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ template "aws-xray.serviceAccountName" . }}
priorityClassName: {{ .Values.priorityClassName }}
volumes:
- name: config-volume
configMap:
Expand Down
1 change: 1 addition & 0 deletions charts/aws-xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ image:
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
priorityClassName: ""

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit b9043d2

Please sign in to comment.