Skip to content

Commit 469d7f7

Browse files
authored
Merge pull request #77 from gtaylor/fix-priority-class
Fix Helm Chart's priorityClass rendering
2 parents 27663d0 + 61d8af4 commit 469d7f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/k8s-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: k8s-gateway
33
description: A Helm chart for the k8s_gateway CoreDNS plugin
44
type: application
5-
version: 1.1.2
5+
version: 1.1.3
66
appVersion: 0.2.2
77
maintainers:
88

charts/k8s-gateway/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ spec:
6262
affinity:
6363
{{- toYaml . | nindent 8 }}
6464
{{- end }}
65-
{{- if .Values.priorityClassName -}}
65+
{{- if .Values.priorityClassName }}
6666
priorityClassName: {{ .Values.priorityClassName | quote }}
6767
{{- end }}

0 commit comments

Comments
 (0)