Commit 056e7261 authored by Geoff Simmons's avatar Geoff Simmons

Update the PodDisruptionBudget API version for k8s >= 1.21.0.

parent d3b54a44
{{- if gt (.Values.vikingController.replicaCount | int) 1 }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
labels:
......
{{- if gt (.Values.vikingService.replicaCount | int) 1 }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
labels:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment