Skip to content
Snippets Groups Projects
Unverified Commit 4701abff authored by Kay Yan's avatar Kay Yan Committed by GitHub
Browse files

upgrade-api-version-for-PodDisruptionBudget (#9369)

parent 717b8daa
No related branches found
No related tags found
No related merge requests found
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: cinder-csi-pdb
......
......@@ -176,7 +176,7 @@ spec:
# This manifest creates a Pod Disruption Budget for Typha to allow K8s Cluster Autoscaler to evict
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: calico-typha
......
---
# Source: cilium/templates/hubble-generate-certs-cronjob.yaml
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: hubble-generate-certs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment