Skip to content

Commit

Permalink
Update file path in README for k8s examples (pulumi#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Aug 25, 2020
1 parent 94b4059 commit e9d65b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/tests/examples/yaml-guestbook/yaml/guestbook.yaml",
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/sdk/nodejs/examples/yaml-guestbook/yaml/guestbook.yaml",
transformations: [
(obj: any) => {
// Do transformations on the YAML to use the same namespace and
Expand Down
2 changes: 1 addition & 1 deletion gcp-ts-gke-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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/tests/examples/yaml-guestbook/yaml/guestbook.yaml",
file: "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/master/tests/sdk/nodejs/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 e9d65b9

Please sign in to comment.