Skip to content

Commit

Permalink
Adding ostype param for postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
anantshankar17 committed Nov 25, 2024
1 parent 6fc9d70 commit 8752a0c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ function Deploy-PostgreSQL {
--secure-environment-variables POSTGRES_PASSWORD=$password `
--ports 5432 `
--dns-name-label cl-testdb-$uniqueString `
--os-type Linux `
--cpu 1 `
--memory 1 `
--registry-username "anonymous" `
--registry-password "*"

Expand Down

0 comments on commit 8752a0c

Please sign in to comment.