Merge pull request #88 from syseleven/deprecation-1.25

Migrate PodDisruptionBudget policy/v1beta1 to policy/v1
This commit is contained in:
Devin Canterberry
2023-02-24 08:05:02 -08:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
{{- if .Values.podDisruptionBudget -}}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "docker-registry.fullname" . }}