Files
sa-charts/helm/mysql/ci/values-production-with-rbac.yaml
marsal wang 1e5a703cce swarm
2023-07-26 10:07:34 +08:00

31 lines
479 B
YAML

# Test values file for generating all of the yaml and check that
# the rendering is correct
architecture: replication
auth:
usePasswordFiles: true
primary:
extraEnvVars:
- name: TEST
value: "3"
podDisruptionBudget:
create: true
secondary:
replicaCount: 2
extraEnvVars:
- name: TEST
value: "2"
podDisruptionBudget:
create: true
serviceAccount:
create: true
name: mysql-service-account
rbac:
create: true
metrics:
enabled: true