Skip to content

Commit 8110073

Browse files
authored
chore: support global.priorityClassName (#263)
1 parent 5573c93 commit 8110073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

charts/steadybit-extension-istio/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)