Skip to content

Commit b44ff00

Browse files
ksivamuthuLuke Hoban
authored and
Luke Hoban
committed
Update guestbook.yaml link (#505)
Updated guestbook.yaml link to make it work
1 parent 8b7bcb1 commit b44ff00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-ts-eks-hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ After cloning this repo, from this working directory, run these commands:
286286
// Create resources for the Kubernetes Guestbook from its YAML manifests
287287
const guestbook = new k8s.yaml.ConfigFile("guestbook",
288288
{
289-
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/examples/yaml-guestbook/yaml/guestbook.yaml",
289+
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/examples/yaml-guestbook/yaml/guestbook.yaml",
290290
transformations: [
291291
(obj: any) => {
292292
// Do transformations on the YAML to use the same namespace and

0 commit comments

Comments
 (0)