Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix PodDisruptionBudget apiVersion in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Mar 4, 2024
1 parent c9702e4 commit bcd413a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
resources:
{{- toYaml .Values.resources.gangway | nindent 12 }}
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "web-grid.fullname" . }}-gangway
Expand Down

0 comments on commit bcd413a

Please sign in to comment.