Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
viveklak committed Jan 28, 2022
1 parent 8cdce58 commit 6aa19f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes-ts-helm-release-wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Resources:
Do you want to perform this update? yes
Updating (dev)

View Live: https://app.pulumi.com/vivek/ts-helm-release-wordpress/dev/updates/1
View Live: https://app.pulumi.com/.../ts-helm-release-wordpress/dev/updates/1

Type Name Status
+ pulumi:pulumi:Stack ts-helm-release-wordpress-dev created
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-ts-helm-release-wordpress/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const wordpress = new k8s.helm.v3.Release("wpdev", {
repo: "https://charts.bitnami.com/bitnami",
},
version: "13.0.6",
// Remove these values if your cluster can
// Force to use ClusterIP so no assumptions on support for LBs etc. is required.
values: {
service: {
type: "ClusterIP",
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-ts-helm-release-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^12.0.0"
},
"dependencies": {
"@pulumi/kubernetes": "^3.0.0",
"@pulumi/kubernetes": "^3.15.0",
"@pulumi/pulumi": "^3.0.0"
}
}

0 comments on commit 6aa19f0

Please sign in to comment.