File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : pgo
3
3
description : Installer for PGO, the open source Postgres Operator from Crunchy Data
4
4
type : application
5
- version : 0.2.2
5
+ version : 0.2.3
6
6
appVersion : 5.0.4
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ relatedImages:
22
22
# singleNamespace determines how to install PGO to watch namesapces. If set to
23
23
# false, PGO will watch for Postgres clusters in all namesapces Setting to
24
24
# "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
27
27
28
28
# debug allows you to enable or disable the "debug" level of logging.
29
29
# Defaults to the value below.
30
- # debug: true
30
+ debug : true
You can’t perform that action at this time.
0 commit comments