File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
deployment/helm/node-feature-discovery Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 matchLabels :
1313 {{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}
1414 role : master
15- {{- toYaml (omit .Values.master.podDisruptionBudget "enable") | indent 2 }}
15+ {{- toYaml (omit .Values.master.podDisruptionBudget "enable") | nindent 2 }}
1616{{- end }}
1717{{- end }}
Original file line number Diff line number Diff line change 1212 matchLabels :
1313 {{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}
1414 role : gc
15- {{- toYaml (omit .Values.gc.podDisruptionBudget "enable") | indent 2 }}
15+ {{- toYaml (omit .Values.gc.podDisruptionBudget "enable") | nindent 2 }}
1616{{- end }}
1717{{- end }}
Original file line number Diff line number Diff line change 593593 podDisruptionBudget :
594594 enable : false
595595 minAvailable : 1
596- unhealthyPodEvictionPolicy : Always
596+ unhealthyPodEvictionPolicy : AlwaysAllow
597597
598598 # specify how many old ReplicaSets for the Deployment to retain.
599599 revisionHistoryLimit :
You can’t perform that action at this time.
0 commit comments