Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
changed PodDisruptionBudget to policy/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-automation authored Nov 25, 2021
1 parent c52ad07 commit dc86a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{{- if .Values.maxUnavailable }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: "{{ template "elasticsearch.uname" . }}-pdb"
Expand Down

0 comments on commit dc86a5b

Please sign in to comment.