Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating wordpress tutorial for helm 3 #262

Open
slow-J opened this issue Feb 10, 2020 · 0 comments
Open

Updating wordpress tutorial for helm 3 #262

slow-J opened this issue Feb 10, 2020 · 0 comments

Comments

@slow-J
Copy link

slow-J commented Feb 10, 2020

https://github.com/heptio/aws-quickstart/blob/master/docs/tutorial-wordpress.md
In Helm 3, tiller has been removed but is now not necessary, all the tiller section can be skipped.

During the 3. Install Wordpress section you need to now run:
helm repo add stable https://kubernetes-charts.storage.googleapis.com/ in order to have access to the stable/wordpress repo, before the command:
helm install --namespace varmywordpress wordpress stable/wordpress
(name parameter is no longer optional).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant