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

View File

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