We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27663d0 commit 61d8af4Copy full SHA for 61d8af4
charts/k8s-gateway/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: k8s-gateway
3
description: A Helm chart for the k8s_gateway CoreDNS plugin
4
type: application
5
-version: 1.1.2
+version: 1.1.3
6
appVersion: 0.2.2
7
maintainers:
8
- email: [email protected]
charts/k8s-gateway/templates/deployment.yaml
@@ -62,6 +62,6 @@ spec:
62
affinity:
63
{{- toYaml . | nindent 8 }}
64
{{- end }}
65
- {{- if .Values.priorityClassName -}}
+ {{- if .Values.priorityClassName }}
66
priorityClassName: {{ .Values.priorityClassName | quote }}
67
0 commit comments