Skip to content

Commit

Permalink
Merge pull request #65 from dawnbreak/use_configured_kubernetes_database
Browse files Browse the repository at this point in the history
Use configured kubernetes database name in config.yml.
  • Loading branch information
lippserd authored Nov 12, 2024
2 parents cf57b29 + 8a9401e commit 8f66518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ database:
port: {{ .Values.global.databases.kubernetes.port | default 3306 }}

# Database name.
database: kubernetes
database: {{ .Values.global.databases.kubernetes.database.value }}

# Database user.
user: {{ .Values.global.databases.kubernetes.username.value }}
Expand Down

0 comments on commit 8f66518

Please sign in to comment.