Skip to content

Commit cf71fee

Browse files
Merge pull request #328 from xenophenes/pre32
update pgouser file information, update pgo.yaml.dynamic -> storageclass
2 parents 877a43c + 1aafee6 commit cf71fee

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

hugo/content/installation/configuration.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ $COROOT/conf/apiserver/pgouser
7979

8080
The sample configuration for `pgouser` is as follows -
8181
....
82-
username:password
83-
testuser:testpass
82+
username:password:pgoadmin
83+
testuser:testpass:pgoadmin
84+
readonlyuser:testpass:pgoreader
8485
....
8586

8687
Modify these values to be unique to your environment.
@@ -362,7 +363,7 @@ There are currently 3 sample pgo configuration files provided
362363
for users to use as a starting configuration -
363364

364365
* `pgo.yaml.nfs` - this configuration specifies *create* storage to be used, this is used for NFS storage for example where you want to have a unique PVC created for each database
365-
* `pgo.yaml.dynamic` - this configuration specifies *dynamic* storage to be used, namely a *storageclass* that refers to a dynamic provisioning strorage such as StorageOS or Portworx, or GCE.
366+
* `pgo.yaml.storageclass` - this configuration specifies *dynamic* storage to be used, namely a *storageclass* that refers to a dynamic provisioning strorage such as StorageOS or Portworx, or GCE.
366367

367368
Note, when Storage Type is *create*, you can specify a storage
368369
configuration setting of *MatchLabels*, when set, this will cause a

hugo/content/installation/deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export PGO_CLIENT_CERT=$COROOT/conf/apiserver/server.crt
5858
export PGO_CLIENT_KEY=$COROOT/conf/apiserver/server.key
5959
....
6060

61-
The pgo client uses Basic Authentication to authenticate to the operator REST API, for authentication, add the following `.pgouser` file to your $HOME -
61+
The pgo client uses Basic Authentication to authenticate to the operator REST API. For authentication, add the following `.pgouser` file to your $HOME -
6262
....
6363
echo "username:password" > $HOME/.pgouser
6464
....

0 commit comments

Comments
 (0)