Skip to content

Updating wordpress tutorial for helm 3 #262

Open
@slow-J

Description

@slow-J

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions