File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
hugo/content/getting-started Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -380,9 +380,6 @@ The output format. Currently, JSON is supported.
380
380
|`--selector` |-s |String |
381
381
The selector to use for cluster filtering.
382
382
383
- |`--show-secrets` |-x |N/A |
384
- Show the Kubernetes secrets associated with the cluster.
385
-
386
383
|`--version` |-v |String |
387
384
Filter the results based on the PostgreSQL version of the cluster.
388
385
|=========================================================
@@ -407,11 +404,11 @@ pgo show cluster all
407
404
408
405
User credentials are generated through Kubernetes Secrets automatically for the
409
406
*testuser*, *primaryuser* and *postgres* accounts. The generated passwords can be viewed
410
- by running the `pgo show cluster ` command with the `--show-secrets` flag . More details
407
+ by running the `pgo show user ` command. More details
411
408
are available on user management below.
412
409
413
410
....
414
- pgo show cluster mycluster --show-secrets
411
+ pgo show user mycluster
415
412
....
416
413
417
414
===== PostgreSQL Version
You can’t perform that action at this time.
0 commit comments