Skip to content

Commit e9d65b9

Browse files
authored
Update file path in README for k8s examples (pulumi#775)
1 parent 94b4059 commit e9d65b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/tests/examples/yaml-guestbook/yaml/guestbook.yaml",
289+
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/sdk/nodejs/examples/yaml-guestbook/yaml/guestbook.yaml",
290290
transformations: [
291291
(obj: any) => {
292292
// Do transformations on the YAML to use the same namespace and

gcp-ts-gke-hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ After cloning this repo, from this working directory, run these commands:
194194
// Create resources for the Kubernetes Guestbook from its YAML manifests
195195
const guestbook = new k8s.yaml.ConfigFile("guestbook",
196196
{
197-
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/examples/yaml-guestbook/yaml/guestbook.yaml",
197+
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/sdk/nodejs/examples/yaml-guestbook/yaml/guestbook.yaml",
198198
transformations: [
199199
(obj: any) => {
200200
// Do transformations on the YAML to use the same namespace and

0 commit comments

Comments
 (0)