mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/minio] Do not hardcode PDB apiVersion (#9103)
This commit is contained in:
committed by
GitHub
parent
c004077d43
commit
487fa274db
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.pdb.create (eq .Values.mode "distributed") (not .Values.gateway.enabled) }}
|
||||
apiVersion: policy/v1beta1
|
||||
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user