Skip to content

Commit

Permalink
fix apiVersion of PodDisruptionBudget
Browse files Browse the repository at this point in the history
  • Loading branch information
ostempel committed Nov 25, 2024
1 parent bfa57a2 commit 8612b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if gt (int .Values.global.replicaCount) 1 }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "name" . }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if gt (int .Values.replicaCount) 1 }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "name" . }}
Expand Down

0 comments on commit 8612b67

Please sign in to comment.