There was an error while loading. Please reload this page.
1 parent 80f83b6 commit e0bf41bCopy full SHA for e0bf41b
1 file changed
traefik/templates/poddisruptionbudget.yaml
@@ -1,9 +1,5 @@
1
{{- if .Values.podDisruptionBudget.enabled -}}
2
-{{- if .Capabilities.APIVersions.Has "policy/v1/PodDisruptionBudget" }}
3
apiVersion: policy/v1
4
-{{- else }}
5
-apiVersion: policy/v1beta1
6
-{{- end }}
7
kind: PodDisruptionBudget
8
metadata:
9
name: {{ template "traefik.fullname" . }}
0 commit comments