File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
hugo/content/getting-started Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1123,6 +1123,9 @@ The selector to use for cluster filtering.
11231123|`--update-passwords` |N/A |N/A |
11241124Performs 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 |
11271130Sets passwords for new users to X days (default 30).
11281131|=========================================================
@@ -1140,7 +1143,7 @@ pgo create user sally --selector=name=mycluster
11401143
11411144To 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
11461149A *managed* account is one that the Operator can manipulate as well; when you run `pgo test mycluster` the account is tested with
You can’t perform that action at this time.
0 commit comments