diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-07 14:21:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-07 14:21:34 +0000 |
commit | 4665f6050dea6c1b35756523e829c827ff1e407e (patch) | |
tree | 3c4b0032e475f9b0ce3eab04edd5dd931ce78d0d /kubernetes/common | |
parent | d3c55abb3bbdab8e864a4997f7699cae8a253e37 (diff) | |
parent | 7d3b01458ca1af5316552683176cfa50c5ff5b8e (diff) |
Merge "[CDS-BP-PROC] Move to use strimzi kafka template"
Diffstat (limited to 'kubernetes/common')
-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: |