We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f763c8d commit c41d254Copy full SHA for c41d254
charts/steadybit-extension-dynatrace/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: steadybit-extension-dynatrace
3
description: Steadybit Dynatrace extension Helm chart for Kubernetes.
4
-version: 1.1.20
+version: 1.1.21
5
appVersion: v1.0.16
6
home: https://www.steadybit.com/
7
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
charts/steadybit-extension-dynatrace/templates/deployment.yaml
@@ -30,7 +30,7 @@ spec:
30
{{- toYaml . | nindent 8 }}
31
{{- end }}
32
spec:
33
- {{- with .Values.priorityClassName }}
+ {{- with (.Values.priorityClassName | default (dig "priorityClassName" nil (.Values.global | default dict))) }}
34
priorityClassName: {{ . }}
35
36
{{- with .Values.podSecurityContext }}
0 commit comments