Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein committed May 11, 2023
1 parent 79191be commit dfca8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/mysql/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ spec:
memory: "1.5G"
env:
- name: MYSQL_ROOT_PASSWORD
value: pw
- name: MYSQL_ROOT_HOST
valueFrom:
secretKeyRef:
name: database-server-config
key: db-root-password
- name: MYSQL_ROOT_HOST
value: "%"
volumeMounts:
- name: mysql-persistent-storage
mountPath: /var/lib/mysql
Expand Down

0 comments on commit dfca8e1

Please sign in to comment.