You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: