
This PS adjusts the MariaDB chart to use the same endpoint values layout as used in other openstack-helm components. It also removes credentials and params from the configmaps and moves them to secrets and env vars as appropriate. Change-Id: I9116be7c46cdd16c743ca2784878f3de65665f8c
10 lines
300 B
YAML
10 lines
300 B
YAML
apiVersion: policy/v1beta1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: {{ tuple "oslo_db" "internal" . | include "helm-toolkit.endpoints.hostname_short_endpoint_lookup" }}
|
|
spec:
|
|
minAvailable: {{ .Values.pod_disruption_budget.mariadb.min_available }}
|
|
selector:
|
|
matchLabels:
|
|
app: mariadb
|