Skip to content

Commit

Permalink
Comment manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dudoladov committed Feb 8, 2018
1 parent b5b0b02 commit c0bc8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions manifests/postgres-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c0bc8ea

Please sign in to comment.