Skip to content

Commit 449044d

Browse files
committed
fix(helm): Remove unconfigurable Pod fields
These were introduced in 010207b. Only priorityClassName is valid.
1 parent ebccce0 commit 449044d

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

deploy/helm/listener-operator/templates/csi-node-driver-daemonset.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ spec:
121121
tolerations:
122122
{{- toYaml . | nindent 8 }}
123123
{{- end }}
124-
{{- with .Values.csiNodeDriver.priority }}
125-
priority: {{ . }}
126-
{{- end }}
127124
{{- with .Values.csiNodeDriver.priorityClassName }}
128125
priorityClassName: {{ . }}
129126
{{- end }}
130-
{{- with .Values.csiNodeDriver.preemptionPolicy }}
131-
preemptionPolicy: {{ . }}
132-
{{- end }}

deploy/helm/listener-operator/templates/csi-provisioner-deployment.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ spec:
110110
tolerations:
111111
{{- toYaml . | nindent 8 }}
112112
{{- end }}
113-
{{- with .Values.csiProvisioner.priority }}
114-
priority: {{ . }}
115-
{{- end }}
116113
{{- with .Values.csiProvisioner.priorityClassName }}
117114
priorityClassName: {{ . }}
118115
{{- end }}
119-
{{- with .Values.csiProvisioner.preemptionPolicy }}
120-
preemptionPolicy: {{ . }}
121-
{{- end }}

0 commit comments

Comments
 (0)