You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -80,8 +79,7 @@ Values in the pgo configuration file have the following meaning:
80
79
|Kubeconfig | the path to the kubeconfig file
81
80
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-9.6.5-1.6.0), unless you override it using the --ccp-image-tag command line flag
82
81
|Cluster.Port | the PostgreSQL port to use for new containers (e.g. 5432)
83
-
|Cluster.PrimaryUser | the PostgreSQL master user name
84
-
|Cluster.PrimaryPassword | the PostgreSQL master user password, when specified, it will be stored in the secret holding the master user credentials, if not specified the value will be generated
82
+
|Cluster.PrimaryPassword | the PostgreSQL primary user password, when specified, it will be stored in the secret holding the primary user credentials, if not specified the value will be generated
85
83
|Cluster.User | the PostgreSQL normal user name
86
84
|Cluster.Password | the PostgreSQL normal user password, when specified, it will be stored in the secret holding the normal user credentials, if not specified the value will be generated
87
85
|Cluster.RootPassword | the PostgreSQL *postgres* user password, when specified, it will be stored in the secret holding the root user credentials, if not specified the value will be generated
@@ -90,11 +88,11 @@ Values in the pgo configuration file have the following meaning:
90
88
|Cluster.Policies | optional, list of policies to apply to a newly created cluster, comma separated, must be valid policies in the catalog
91
89
|Cluster.PasswordAgeDays | optional, if set, will set the VALID UNTIL date on passwords to this many days in the future when creating users or setting passwords, defaults to 365 days
92
90
|Cluster.PasswordLength | optional, if set, will determine the password length used when creating passwords, defaults to 8
93
-
|PrimaryStorage.Name |for the master PostgreSQL deployment, if set, the PVC to use for created databases, used when the storage type is *existing*
94
-
|PrimaryStorage.StorageClass |for the master PostgreSQL deployment, for a dynamic storage type, you can specify the storage class used for storage provisioning(e.g. standard, gold, fast)
95
-
|PrimaryStorage.AccessMode |for the master PostgreSQL deployment, the access mode for new PVCs (e.g. ReadWriteMany, ReadWriteOnce, ReadOnlyMany). See below for descriptions of these.
96
-
|PrimaryStorage.Size |for the master PostgreSQL deployment, the size to use when creating new PVCs (e.g. 100M, 1Gi)
97
-
|PrimaryStorage.StorageType |for the master PostgreSQL deployment, supported values are either *dynamic*, *existing*, *create*, or *emptydir*, if not supplied, *emptydir* is used
91
+
|PrimaryStorage.Name |for the primary PostgreSQL deployment, if set, the PVC to use for created databases, used when the storage type is *existing*
92
+
|PrimaryStorage.StorageClass |for the primary PostgreSQL deployment, for a dynamic storage type, you can specify the storage class used for storage provisioning(e.g. standard, gold, fast)
93
+
|PrimaryStorage.AccessMode |for the primary PostgreSQL deployment, the access mode for new PVCs (e.g. ReadWriteMany, ReadWriteOnce, ReadOnlyMany). See below for descriptions of these.
94
+
|PrimaryStorage.Size |for the primary PostgreSQL deployment, the size to use when creating new PVCs (e.g. 100M, 1Gi)
95
+
|PrimaryStorage.StorageType |for the primary PostgreSQL deployment, supported values are either *dynamic*, *existing*, *create*, or *emptydir*, if not supplied, *emptydir* is used
98
96
|PrimaryStorage.Fsgroup | optional, if set, will cause a *SecurityContext* and *fsGroup* attributes to be added to generated Pod and Deployment definitions
99
97
|PrimaryStorage.SupplementalGroups | optional, if set, will cause a SecurityContext to be added to generated Pod and Deployment definitions
100
98
|ReplicaStorage.Name |for the replica PostgreSQL deployments, if set, the PVC to use for created databases, used when the storage type is *existing*
0 commit comments