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.
380380|`--selector` |-s |String |
381381The selector to use for cluster filtering.
382382
383- |`--show-secrets` |-x |N/A |
384- Show the Kubernetes secrets associated with the cluster.
385-
386383|`--version` |-v |String |
387384Filter the results based on the PostgreSQL version of the cluster.
388385|=========================================================
@@ -407,11 +404,11 @@ pgo show cluster all
407404
408405User credentials are generated through Kubernetes Secrets automatically for the
409406*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
411408are available on user management below.
412409
413410....
414- pgo show cluster mycluster --show-secrets
411+ pgo show user mycluster
415412....
416413
417414===== PostgreSQL Version
You can’t perform that action at this time.
0 commit comments