Skip to content

Commit

Permalink
added priorityClassName support for github-actions-runner-operator
Browse files Browse the repository at this point in the history
Signed-off-by: ckittelmann <[email protected]>
  • Loading branch information
ckittelmann committed Sep 22, 2023
1 parent eb9a2ad commit 102cfe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ spec:
{{- with .Values.nodeSelector }}
nodeSelector: {{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
{{- with .Values.affinity }}
affinity: {{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions charts/github-actions-runner-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ resources: {}

nodeSelector: {}

priorityClassName: ""

tolerations: []

affinity: {}
Expand Down

0 comments on commit 102cfe2

Please sign in to comment.