File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/gitops-runtime/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
{{- $_ := set $context.Values "global" (deepCopy (get .Values "global")) }}
4
4
5
5
{{- if and $context.Values.pdb.enabled }}
6
- apiVersion : policy/v1beta1
6
+ apiVersion : policy/v1
7
7
kind : PodDisruptionBudget
8
8
metadata :
9
9
name : {{ include "argo-api-gateway.fullname" . }}
Original file line number Diff line number Diff line change 3
3
{{- $_ := set $context.Values "global" (deepCopy (get .Values "global")) }}
4
4
5
5
{{- if and $context.Values.pdb.enabled }}
6
- apiVersion : policy/v1beta1
6
+ apiVersion : policy/v1
7
7
kind : PodDisruptionBudget
8
8
metadata :
9
9
name : {{ include "resources-reporter.fullname" . }}
Original file line number Diff line number Diff line change 3
3
{{- $_ := set $context.Values "global" (deepCopy (get .Values "global")) }}
4
4
5
5
{{- if and $context.Values.pdb.enabled }}
6
- apiVersion : policy/v1beta1
6
+ apiVersion : policy/v1
7
7
kind : PodDisruptionBudget
8
8
metadata :
9
9
name : {{ include "runtime-reporter.fullname" . }}
You can’t perform that action at this time.
0 commit comments