Skip to content

Commit

Permalink
Merge pull request #99 from ayeks/main
Browse files Browse the repository at this point in the history
refactor(pdp): change apiVersion to policy/v1
  • Loading branch information
lizardruss authored Jul 5, 2023
2 parents daa40ec + 648835d commit 6c9b797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.podDisruptionBudget.create }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: jspolicy
Expand Down

0 comments on commit 6c9b797

Please sign in to comment.