Skip to content

Commit 25d67c1

Browse files
Jonathan S. Katzjkatz
authored andcommitted
Cahnge Helm installer "singleNamespace" convention
This comments out and describes what this attribute does, which is effectively a no-op but moves this closer to Helm conventions.
1 parent d3d7183 commit 25d67c1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

helm/install/values.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ relatedImages:
1919
pgexporter:
2020
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4-0
2121

22-
## Install in default or single namespace mode
23-
singleNamespace: false
22+
# singleNamespace determines how to install PGO to watch namesapces. If set to
23+
# 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
2427

2528
# debug allows you to enable or disable the "debug" level of logging.
2629
# Defaults to the value below.

0 commit comments

Comments
 (0)