Skip to content

Commit

Permalink
hotfix: add missing maxPoolSize value in db-credentials secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Badmuts committed Oct 30, 2023
1 parent 3db292d commit 862a540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/openstad/templates/secrets/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ data:
hostport: {{ .Values.secrets.database.hostport | default 3306 | toString | b64enc }}
username: {{ .Values.secrets.database.username | default "openstad" | b64enc }}
ca-cert: {{ .Values.secrets.database.caCert | default " " | b64enc }}
maxPoolSize: {{ .Values.secrets.database.maxPoolSize | default 5 | b64enc }}
maxPoolSize: {{ .Values.secrets.database.maxPoolSize | default 5 | toString | b64enc }}

0 comments on commit 862a540

Please sign in to comment.