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
The Operator (and associated containers) will create the pgo-config
ConfigMap from the stored default configuration if the pgo-config
ConfigMap is not present.
This allows for the editing of "default configuration" after
the Operator is deployed, and allows for the removal of the
pgo-config creation step from several of the installation
methods.
Issue: [ch9451]
Copy file name to clipboardExpand all lines: docs/content/Configuration/configuration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ The configuration files used by the Operator are found in 2 places:
16
16
* the pgo-config ConfigMap in the namespace the Operator is running in
17
17
* or, a copy of the configuration files are also included by default into the Operator container images themselves to support a very simplistic deployment of the Operator
18
18
19
-
If the pgo-config ConfigMap is not found by the Operator, it will use
20
-
the configuration files that are included in the Operator container
21
-
images.
19
+
If the `pgo-config` ConfigMap is not found by the Operator, it will create a
20
+
`pgo-config` ConfigMap using the configuration files that are included in the
21
+
Operator container.
22
22
23
23
## conf/postgres-operator/pgo.yaml
24
24
The *pgo.yaml* file sets many different Operator configuration settings and is described in the [pgo.yaml configuration]({{< ref "pgo-yaml-configuration.md" >}}) documentation section.
0 commit comments