We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db3d78 commit ac24eceCopy full SHA for ac24ece
charts/steadybit-extension-appdynamics/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: steadybit-extension-appdynamics
3
description: Steadybit scaffold extension Helm chart for Kubernetes.
4
-version: 1.2.10
+version: 1.2.11
5
appVersion: v1.1.5
6
home: https://www.steadybit.com/
7
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
charts/steadybit-extension-appdynamics/templates/deployment.yaml
@@ -36,7 +36,7 @@ spec:
36
{{- toYaml . | nindent 8 }}
37
{{- end }}
38
spec:
39
- {{- with .Values.priorityClassName }}
+ {{- with (.Values.priorityClassName | default (dig "priorityClassName" nil (.Values.global | default dict))) }}
40
priorityClassName: {{ . }}
41
42
{{- with .Values.podSecurityContext }}
0 commit comments