From c0bc8eaa6d1c5a934eb6205ef96f6342103c8c24 Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Thu, 8 Feb 2018 15:15:47 +0100 Subject: [PATCH] Comment manifests --- manifests/configmap.yaml | 4 ++-- manifests/postgres-operator.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/configmap.yaml b/manifests/configmap.yaml index 5afc7db31..ae64b0c13 100644 --- a/manifests/configmap.yaml +++ b/manifests/configmap.yaml @@ -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 diff --git a/manifests/postgres-operator.yaml b/manifests/postgres-operator.yaml index 84c4a0770..1b4c80c34 100644 --- a/manifests/postgres-operator.yaml +++ b/manifests/postgres-operator.yaml @@ -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: