Skip to content

Commit

Permalink
Fix invalid env value
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Oct 27, 2024
1 parent 5270217 commit e403627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/mariadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
- name: MARIADB_DATABASE
value: scw_PROD
- name: MARIADB_AUTO_UPGRADE
value: true
value: "true"
volumeMounts:
- name: mariadb-pv
mountPath: /var/lib/mysql
Expand Down

0 comments on commit e403627

Please sign in to comment.