Skip to content

Commit e4c730d

Browse files
authored
Merge pull request #124 from vshn/encoding_secret
Added info about secret encoding for PostgreSQL
2 parents 46bbe70 + 0bb8ce1 commit e4c730d

File tree

1 file changed

+2
-0
lines changed
  • docs/modules/ROOT/pages/exoscale-dbaas/postgresql

1 file changed

+2
-0
lines changed

docs/modules/ROOT/pages/exoscale-dbaas/postgresql/create.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ The connection details are stored in a secret. You can retrieve them with the fo
5555
$ oc get secrets postgres-creds -o yaml
5656
----
5757
58+
TIP: Kubernetes secrets are base64 encoded. See https://kubernetes.io/docs/concepts/configuration/secret/#working-with-secrets[Working with kubernetes secrets^].
59+
5860
The output of the command above is a secret specification with the following structure:
5961
6062
include::page$references/secrets.adoc[tag=postgres]

0 commit comments

Comments
 (0)