Comment manifests

This commit is contained in:
Sergey Dudoladov 2018-02-08 15:15:47 +01:00
parent b5b0b027f2
commit c0bc8eaa6d
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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: