Commit 36f7e7a4 authored by Waqar Ahmed's avatar Waqar Ahmed

Remove podDisruptionBudget configuration

parent 26707b64
{{- if .Values.podDisruptionBudget.enabled }}
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: minio
labels:
app: {{ template "minio.name" . }}
spec:
maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable }}
selector:
matchLabels:
app: {{ template "minio.name" . }}
{{- end }}
\ No newline at end of file
...@@ -191,13 +191,6 @@ networkPolicy: ...@@ -191,13 +191,6 @@ networkPolicy:
enabled: false enabled: false
allowExternal: true allowExternal: true
## PodDisruptionBudget settings
## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
##
podDisruptionBudget:
enabled: false
maxUnavailable: 1
## Specify the service account to use for the Minio pods. If 'create' is set to 'false' ## Specify the service account to use for the Minio pods. If 'create' is set to 'false'
## and 'name' is left unspecified, the account 'default' will be used. ## and 'name' is left unspecified, the account 'default' will be used.
serviceAccount: serviceAccount:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment