Skip to content

Commit c41d254

Browse files
authored
chore: support global.priorityClassName (#107)
1 parent f763c8d commit c41d254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/steadybit-extension-dynatrace/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: steadybit-extension-dynatrace
33
description: Steadybit Dynatrace extension Helm chart for Kubernetes.
4-
version: 1.1.20
4+
version: 1.1.21
55
appVersion: v1.0.16
66
home: https://www.steadybit.com/
77
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png

charts/steadybit-extension-dynatrace/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
{{- toYaml . | nindent 8 }}
3131
{{- end }}
3232
spec:
33-
{{- with .Values.priorityClassName }}
33+
{{- with (.Values.priorityClassName | default (dig "priorityClassName" nil (.Values.global | default dict))) }}
3434
priorityClassName: {{ . }}
3535
{{- end }}
3636
{{- with .Values.podSecurityContext }}

0 commit comments

Comments
 (0)