File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ cd postgresus`,
8686 } ,
8787 {
8888 label : "Install the Helm chart" ,
89- code : `helm install postgresus ./deploy/postgresus -n postgresus --create-namespace` ,
89+ code : `helm install postgresus ./deploy/helm -n postgresus --create-namespace` ,
9090 } ,
9191 {
9292 label : "Get the external IP" ,
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ sudo curl -sSL https://raw.githubusercontent.com/RostislavDugin/postgresus/refs/
6363 const helmClone = `git clone https://github.com/RostislavDugin/postgresus.git
6464cd postgresus` ;
6565
66- const helmInstall = `helm install postgresus ./deploy/postgresus -n postgresus --create-namespace` ;
66+ const helmInstall = `helm install postgresus ./deploy/helm -n postgresus --create-namespace` ;
6767
6868 const helmGetSvc = `kubectl get svc -n postgresus` ;
6969
70- const helmUpgrade = `helm upgrade postgresus ./deploy/postgresus -n postgresus` ;
70+ const helmUpgrade = `helm upgrade postgresus ./deploy/helm -n postgresus` ;
7171
7272 return (
7373 < >
@@ -311,7 +311,7 @@ cd postgresus`;
311311 < p >
312312 See the{ " " }
313313 < a
314- href = "https://github.com/RostislavDugin/postgresus/tree/main/deploy/postgresus "
314+ href = "https://github.com/RostislavDugin/postgresus/tree/main/deploy/helm "
315315 target = "_blank"
316316 rel = "noopener noreferrer"
317317 className = "text-blue-600 hover:text-blue-700"
You can’t perform that action at this time.
0 commit comments