Skip to content

Commit

Permalink
Cahnge Helm installer "singleNamespace" convention
Browse files Browse the repository at this point in the history
This comments out and describes what this attribute does, which
is effectively a no-op but moves this closer to Helm conventions.
  • Loading branch information
Jonathan S. Katz authored and jkatz committed Nov 25, 2021
1 parent d3d7183 commit 25d67c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions helm/install/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ relatedImages:
pgexporter:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4-0

## Install in default or single namespace mode
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
# "true" will instruct PGO to only watch for Postgres clusters in the namespace
# that it is installed in.
# singleNamespace: false

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

0 comments on commit 25d67c1

Please sign in to comment.