Skip to content

Commit

Permalink
feat(backend): dbconfig add mysqlclient close #1769
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlook committed Nov 14, 2023
1 parent e0de5ac commit c20271d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- condition: dbconfig.enabled
name: dbconfig
repository: file://charts/dbconfig
version: 0.1.8
version: 0.1.9
- condition: dbpriv.enabled
name: dbpriv
repository: file://charts/dbpriv
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/dbconfig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 0.0.1-alpha.52
description: A Helm chart for dbconfig
name: dbconfig
type: application
version: 0.1.8
version: 0.1.9
3 changes: 3 additions & 0 deletions helm-charts/bk-dbm/charts/dbconfig/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ spec:
name: config-volume
subPath: path/to/config.yaml
mountPath: /conf/config.yaml
- name: mysqlclient
image: joseluisq/mysql-client
command: [ "/bin/sh", "-ec", "sleep infinity" ]
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit c20271d

Please sign in to comment.