We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d7183 commit 25d67c1Copy full SHA for 25d67c1
helm/install/values.yaml
@@ -19,8 +19,11 @@ relatedImages:
19
pgexporter:
20
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4-0
21
22
-## Install in default or single namespace mode
23
-singleNamespace: false
+# singleNamespace determines how to install PGO to watch namesapces. If set to
+# false, PGO will watch for Postgres clusters in all namesapces Setting to
24
+# "true" will instruct PGO to only watch for Postgres clusters in the namespace
25
+# that it is installed in.
26
+# singleNamespace: false
27
28
# debug allows you to enable or disable the "debug" level of logging.
29
# Defaults to the value below.
0 commit comments