File tree 2 files changed +7
-1
lines changed
charts/ext-postgres-operator
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 35
35
name : {{ include "chart.fullname" . }}
36
36
env :
37
37
- name : WATCH_NAMESPACE
38
- value : " "
38
+ value : {{ .Values.watchNamespace | default "" }}
39
39
- name : POD_NAME
40
40
valueFrom :
41
41
fieldRef :
Original file line number Diff line number Diff line change 10
10
# Overrides the image tag whose default is the chart appVersion.
11
11
tag : " "
12
12
13
+ # Override chart name, defaults to Chart.name
13
14
nameOverride : " "
15
+ # Full chart name override
14
16
fullnameOverride : " "
15
17
16
18
serviceAccount :
@@ -37,6 +39,10 @@ resources: {}
37
39
# cpu: 100m
38
40
# memory: 128Mi
39
41
42
+ # Which namespace to watch in kubernetes, empty string means all namespaces
43
+ watchNamespace : " "
44
+
45
+ # Define connection to postgres database server
40
46
postgres :
41
47
# postgres hostname
42
48
host : " localhost"
You can’t perform that action at this time.
0 commit comments