We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49abde commit 7122b0dCopy full SHA for 7122b0d
deploy/operator.yaml
@@ -20,6 +20,9 @@ spec:
20
command:
21
- postgres-operator
22
imagePullPolicy: Always
23
+ envFrom:
24
+ - secretRef:
25
+ name: ext-postgres-operator
26
env:
27
- name: WATCH_NAMESPACE
28
value: ""
@@ -28,24 +31,4 @@ spec:
31
fieldRef:
29
32
fieldPath: metadata.name
30
33
- name: OPERATOR_NAME
- value: "ext-postgres-operator"
- - name: POSTGRES_HOST
- valueFrom:
34
- secretKeyRef:
35
- name: ext-postgres-operator
36
- key: POSTGRES_HOST
37
- - name: POSTGRES_USER
38
39
40
41
- key: POSTGRES_USER
42
- - name: POSTGRES_PASS
43
44
45
46
- key: POSTGRES_PASS
47
- - name: POSTGRES_URI_ARGS
48
49
50
51
- key: POSTGRES_URI_ARGS
+ value: "ext-postgres-operator"
0 commit comments