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