Skip to content

Commit

Permalink
Qdded mysql fullName override to stabilize DB hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Nov 25, 2024
1 parent c43f8a5 commit 8b7d7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/redcap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ redcap:
# -- See original documentation @ https://github.com/bitnami/charts/tree/main/bitnami/mysql
# @default -- Settings for a standalone MySQL deployment compatible with REDCap.
mysql:
fullnameOverride: "redcap-mysql"
# -- If set to `true`, enables the deployment of MySQL as REDCap's database.
enabled: true
# -- Deployment type for the database, standalone or replicated.
Expand All @@ -232,7 +233,6 @@ mysql:


primary:
fullname: "redcap-mysql"
existingConfigmap: "redcap-mysql-config"
podLabels:
# -- Role to set for the networkPolicies. Not to be changed, unless you know exactly what you are doing!
Expand Down

0 comments on commit 8b7d7ed

Please sign in to comment.