Skip to content

Commit ac24ece

Browse files
authored
chore: support global.priorityClassName (#39)
1 parent 9db3d78 commit ac24ece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/steadybit-extension-appdynamics/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-appdynamics
33
description: Steadybit scaffold extension Helm chart for Kubernetes.
4-
version: 1.2.10
4+
version: 1.2.11
55
appVersion: v1.1.5
66
home: https://www.steadybit.com/
77
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
{{- toYaml . | nindent 8 }}
3737
{{- end }}
3838
spec:
39-
{{- with .Values.priorityClassName }}
39+
{{- with (.Values.priorityClassName | default (dig "priorityClassName" nil (.Values.global | default dict))) }}
4040
priorityClassName: {{ . }}
4141
{{- end }}
4242
{{- with .Values.podSecurityContext }}

0 commit comments

Comments
 (0)