diff options
author | efiacor <fiachra.corcoran@est.tech> | 2023-02-28 11:28:52 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2023-03-06 12:34:12 +0000 |
commit | 7d3b01458ca1af5316552683176cfa50c5ff5b8e (patch) | |
tree | df2bbd580162e407a478f797f4a670bcc7e84e2d /kubernetes/common/mariadb-galera/templates/pdb.yaml | |
parent | 5583c3cd4f0b6d6be561af051c9f0466502c10fe (diff) |
[CDS-BP-PROC] Move to use strimzi kafka template
Clean up some of the redundant AAF config etc
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I3066457a5e45f2cbe75c4f12ab6137e234c77fc1
Issue-ID: DMAAP-1853
Diffstat (limited to 'kubernetes/common/mariadb-galera/templates/pdb.yaml')
-rw-r--r-- | kubernetes/common/mariadb-galera/templates/pdb.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/mariadb-galera/templates/pdb.yaml b/kubernetes/common/mariadb-galera/templates/pdb.yaml index 4697934879..1d9d4141ab 100644 --- a/kubernetes/common/mariadb-galera/templates/pdb.yaml +++ b/kubernetes/common/mariadb-galera/templates/pdb.yaml @@ -15,7 +15,7 @@ */}} {{- if .Values.podDisruptionBudget.create }} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: {{- include "common.resourceMetadata" . | nindent 2 }} spec: |