Comment manifests
This commit is contained in:
parent
b5b0b027f2
commit
c0bc8eaa6d
|
|
@ -3,8 +3,8 @@ kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: postgres-operator
|
name: postgres-operator
|
||||||
data:
|
data:
|
||||||
# assumes the ns exists before the operator starts
|
# the env var with the same name in the operator pod may overwrite this value
|
||||||
# the env var with the same name may overwrite it in the operator pod
|
# if neither is set, listen to all namespaces
|
||||||
# watched_namespace: development
|
# watched_namespace: development
|
||||||
service_account_name: operator
|
service_account_name: operator
|
||||||
cluster_labels: application:spilo
|
cluster_labels: application:spilo
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ spec:
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
# uncomment to overwrite a similar setting from operator configmap
|
# uncomment to overwrite a similar setting from operator configmap
|
||||||
|
# if set to the empty string, watch the 'default' namespace
|
||||||
# - name: WATCHED_NAMESPACE
|
# - name: WATCHED_NAMESPACE
|
||||||
# valueFrom:
|
# valueFrom:
|
||||||
# fieldRef:
|
# fieldRef:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue