mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
helm: remove parentheses from podDisruptionBudget (#16605)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.podDisruptionBudget.enabled }}
|
||||
{{- if .Capabilities.APIVersions.Has "policy/v1beta1/PodDisruptionBudget") }}
|
||||
{{- if .Capabilities.APIVersions.Has "policy/v1beta1/PodDisruptionBudget" }}
|
||||
apiVersion: policy/v1beta1
|
||||
{{- else }}
|
||||
apiVersion: policy/v1
|
||||
|
||||
Reference in New Issue
Block a user