Skip to content

Commit

Permalink
Update guestbook.yaml link (pulumi#505)
Browse files Browse the repository at this point in the history
Updated guestbook.yaml link to make it work
  • Loading branch information
ksivamuthu authored and lukehoban committed Dec 23, 2019
1 parent 8b7bcb1 commit b44ff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-ts-eks-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ After cloning this repo, from this working directory, run these commands:
// Create resources for the Kubernetes Guestbook from its YAML manifests
const guestbook = new k8s.yaml.ConfigFile("guestbook",
{
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/examples/yaml-guestbook/yaml/guestbook.yaml",
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/examples/yaml-guestbook/yaml/guestbook.yaml",
transformations: [
(obj: any) => {
// Do transformations on the YAML to use the same namespace and
Expand Down

0 comments on commit b44ff00

Please sign in to comment.