@@ -111,12 +111,12 @@ These parameters are grouped directly under the `spec` key in the manifest.
111111 value overrides the ` pod_toleration ` setting from the operator. Optional.
112112
113113* ** podPriorityClassName**
114- a name of the [ priority
115- class] ( https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass )
116- that should be assigned to the cluster pods. When not specified, the value
117- is taken from the ` pod_priority_class_name ` operator parameter, if not set
118- then the default priority class is taken. The priority class itself must be
119- defined in advance. Optional.
114+ a name of the [ priority
115+ class] ( https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass )
116+ that should be assigned to the cluster pods. When not specified, the value
117+ is taken from the ` pod_priority_class_name ` operator parameter, if not set
118+ then the default priority class is taken. The priority class itself must be
119+ defined in advance. Optional.
120120
121121* ** podAnnotations**
122122 A map of key value pairs that gets attached as [ annotations] ( https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ )
@@ -184,9 +184,9 @@ explanation of `ttl` and `loop_wait` parameters.
184184 ```
185185 hostssl all +pamrole all pam
186186 ```
187- , where pamrole is the name of the role for the pam authentication; any
188- custom ` pg_hba ` should include the pam line to avoid breaking pam
189- authentication. Optional.
187+ where pamrole is the name of the role for the pam authentication; any
188+ custom ` pg_hba ` should include the pam line to avoid breaking pam
189+ authentication. Optional.
190190
191191* ** ttl**
192192 Patroni ` ttl ` parameter value, optional. The default is set by the Spilo
@@ -379,4 +379,4 @@ Those parameters are grouped under the `tls` top-level key.
379379
380380* ** caFile**
381381 Optional filename to the CA certificate. Useful when the client connects
382- with ` sslmode=verify-ca ` or ` sslmode=verify-full ` .
382+ with ` sslmode=verify-ca ` or ` sslmode=verify-full ` . Default is empty.
0 commit comments