File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : pgo
33description : Installer for PGO, the open source Postgres Operator from Crunchy Data
44type : application
5- version : 0.2.2
5+ version : 0.2.3
66appVersion : 5.0.4
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ relatedImages:
2222# singleNamespace determines how to install PGO to watch namesapces. If set to
2323# false, PGO will watch for Postgres clusters in all namesapces Setting to
2424# "true" will instruct PGO to only watch for Postgres clusters in the namespace
25- # that it is installed in.
26- # singleNamespace: false
25+ # that it is installed in. Defaults to the value below.
26+ singleNamespace : false
2727
2828# debug allows you to enable or disable the "debug" level of logging.
2929# Defaults to the value below.
30- # debug: true
30+ debug : true
You can’t perform that action at this time.
0 commit comments