Skip to content

Commit

Permalink
apiVersion upgraded (#125)
Browse files Browse the repository at this point in the history
Previous version depreciated
  • Loading branch information
udit-purplle authored Sep 4, 2023
1 parent 6f4f5ee commit ecfa834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8s-vault-webhook/templates/webhook-pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.podDisruptionBudget.enabled }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "k8s-vault-webhook.fullname" . }}
Expand Down

0 comments on commit ecfa834

Please sign in to comment.