Skip to content

Updating wordpress tutorial for helm 3 #262

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions