Skip to content

Commit ea1588e

Browse files
committed
helm
1 parent 21a4a89 commit ea1588e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: helm/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# helm mysql package
2+
3+
Download helm first from https://github.com/kubernetes/helm
4+
5+
Initialize helm:
6+
7+
helm init
8+
9+
To install mysql, enter:
10+
11+
helm install --name my-mysql --set mysqlRootPassword=secretpassword,mysqlUser=my-user,mysqlPassword=my-password,mysqlDatabase=my-database stable/mysql
12+

0 commit comments

Comments
 (0)