Skip to content

Commit 8509141

Browse files
author
jmccormick2001
committed
update pgo user docs to add --password flag
1 parent 0e35840 commit 8509141

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hugo/content/getting-started/_index.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,9 @@ The selector to use for cluster filtering.
11231123
|`--update-passwords` |N/A |N/A |
11241124
Performs password updating on expired passwords.
11251125

1126+
|`--password` |N/A |N/A |
1127+
Allows user to specify a password instead of using a generated password.
1128+
11261129
|`--valid-days` |N/A |Int |
11271130
Sets passwords for new users to X days (default 30).
11281131
|=========================================================
@@ -1140,7 +1143,7 @@ pgo create user sally --selector=name=mycluster
11401143

11411144
To create a new Postgres user to the *mycluster* cluster that has credentials created with Kubernetes Secrets, use the *--managed* flag:
11421145
....
1143-
pgo create user sally --managed --selector=name=mycluster
1146+
pgo create user sally --managed --selector=name=mycluster --password=somepass
11441147
....
11451148

11461149
A *managed* account is one that the Operator can manipulate as well; when you run `pgo test mycluster` the account is tested with

0 commit comments

Comments
 (0)