Skip to content

Commit

Permalink
specify password for mysql image
Browse files Browse the repository at this point in the history
  • Loading branch information
陈宏 committed Oct 20, 2017
1 parent 362748b commit 0113a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
image: mysql
env:
- name: MYSQL_ROOT_PASSWORD
value: "passwd"
value: "password"
resources:
requests:
memory: "64Mi"
Expand Down

0 comments on commit 0113a9b

Please sign in to comment.