Skip to content

Commit

Permalink
update apiVerson of PDB to be compatible with k8s v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-quan committed Jul 22, 2022
1 parent 2c4361c commit 202b13a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.global.defaultPodDisruptionBudget.enabled }}
{{- range $name, $options:= .Values.deployments }}
---
apiVersion: policy/v1
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: {{ $name }}
Expand Down

0 comments on commit 202b13a

Please sign in to comment.