Skip to content

Commit 4073c79

Browse files
sstojak1jstojak
andauthored
adding extraArgs (#334)
Co-authored-by: jstojak <josip.stojak@infobip.com>
1 parent b289048 commit 4073c79

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

charts/devlake/templates/statefulsets.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ spec:
6262
- "--character-set-server=utf8mb4"
6363
- "--collation-server=utf8mb4_bin"
6464
- "--skip-log-bin"
65+
{{- with .Values.mysql.extraArgs }}
66+
{{- toYaml . | nindent 12 }}
67+
{{- end }}
6568
ports:
6669
- name: mysql
6770
containerPort: 3306

charts/devlake/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ mysql:
7979
# affinity config for mysql if have
8080
affinity: {}
8181

82+
extraArgs: []
83+
8284
extraLabels: {}
8385

8486
securityContext: {}

0 commit comments

Comments
 (0)