Skip to content

Commit

Permalink
Merge branch 'lblackstone/fix-test' into lblackstone/k8s-1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Aug 25, 2020
2 parents d907876 + 522f0aa commit e559244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/sdk/nodejs/yaml-url/step1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const namespace2 = new k8s.core.v1.Namespace("test-namespace2");

function configFile(name: string, namespace: string, resourcePrefix?: string): k8s.yaml.ConfigFile {
return new k8s.yaml.ConfigFile(name, {
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",
resourcePrefix: resourcePrefix,
transformations: [
(obj: any) => {
Expand Down

0 comments on commit e559244

Please sign in to comment.