We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5573c93 commit 8110073Copy full SHA for 8110073
charts/steadybit-extension-istio/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: steadybit-extension-istio
3
description: Steadybit Istio extension Helm chart for Kubernetes.
4
-version: 1.1.15
+version: 1.1.16
5
appVersion: v1.0.18
6
home: https://www.steadybit.com/
7
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
charts/steadybit-extension-istio/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