Skip to content

Commit

Permalink
Fix the pulumi new instructions (#384)
Browse files Browse the repository at this point in the history
Fixes the pulumi new instructions to fix the template url to be the correct name which caused the example instructions to fail.

Signed-off-by: Steve Sloka <[email protected]>
  • Loading branch information
stevesloka authored Jan 3, 2023
1 parent 163aabd commit 9076fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Pick one of those, then create a new project in a fresh directory:
TEMPLATE=deploy/deploy-operator-ts # for example
mkdir deploy-operator
cd deploy-operator
pulumi new https://github.com/pulumi-kubernetes-operator/$TEMPLATE
pulumi new https://github.com/pulumi/pulumi-kubernetes-operator/$TEMPLATE
# If using the S3 state backend, you may wish to set the secrets provider here
pulumi stack change-secrets-provider "awskms:///arn:aws:kms:...?region=<region>"
```
Expand Down

0 comments on commit 9076fdd

Please sign in to comment.