Skip to content

Commit c58deba

Browse files
authored
Fix documentation (actualized links to external resources) (#1929)
1) Changed link to kubernetes.io/docs due to movement article about pod's termination. 2) Changed link to kube-downscaler due to migration's project to codeberg. 3) Added parameter "pod_environment_secret" and small annotation.
1 parent 7d4da92 commit c58deba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/reference/operator_parameters.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ configuration they are grouped under the `kubernetes` key.
268268
will be used. The default is empty.
269269

270270
* **pod_terminate_grace_period**
271-
Postgres pods are [terminated forcefully](https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods)
271+
Postgres pods are [terminated forcefully](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)
272272
after this timeout. The default is `5m`.
273273

274274
* **custom_pod_annotations**
@@ -290,7 +290,7 @@ configuration they are grouped under the `kubernetes` key.
290290
An array of annotations that should be passed from Postgres CRD on to the
291291
statefulset and, if exists, to the connection pooler deployment as well.
292292
Regular expressions like `downscaler/*` etc. are also accepted. Can be used
293-
with [kube-downscaler](https://github.com/hjacobs/kube-downscaler).
293+
with [kube-downscaler](https://codeberg.org/hjacobs/kube-downscaler).
294294

295295
* **ignored_annotations**
296296
Some K8s tools inject and update annotations out of the Postgres Operator
@@ -412,6 +412,9 @@ configuration they are grouped under the `kubernetes` key.
412412
Postgres cluster. All variables from that ConfigMap are injected to the pod's
413413
environment, on conflicts they are overridden by the environment variables
414414
generated by the operator. The default is empty.
415+
416+
* **pod_environment_secret**
417+
referencing secret with custom environment variables. The default is empty.
415418

416419
* **pod_priority_class_name**
417420
a name of the [priority class](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass)

0 commit comments

Comments
 (0)