Skip to content

Commit

Permalink
disable pubsub by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Nov 11, 2018
1 parent 4d2c0aa commit c70a3d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
7 changes: 2 additions & 5 deletions deployment/deployment-norbac-whr-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,11 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
# Enable polling
- name: POLL
value: "1"
# Enable GCR with pub/sub support
- name: PROJECT_ID
value: ""
value: ""
- name: PUBSUB
value: "1"
value: "" # Set to '1' or 'true' to enable GCR pubsub
# Enable AWS ECR
- name: AWS_ACCESS_KEY_ID
value: ""
Expand Down
2 changes: 1 addition & 1 deletion deployment/deployment-norbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
- name: PROJECT_ID
value: ""
- name: PUBSUB
value: "1"
value: "" # Set to '1' or 'true' to enable GCR pubsub
# Enable AWS ECR
- name: AWS_ACCESS_KEY_ID
value: ""
Expand Down
5 changes: 1 addition & 4 deletions deployment/deployment-rbac-whr-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,11 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
# Enable polling
- name: POLL
value: "1"
# Enable GCR with pub/sub support
- name: PROJECT_ID
value: ""
- name: PUBSUB
value: "1"
value: "" # Set to '1' or 'true' to enable GCR pubsub
# Enable AWS ECR
- name: AWS_ACCESS_KEY_ID
value: ""
Expand Down
5 changes: 1 addition & 4 deletions deployment/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,11 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
# Enable polling
- name: POLL
value: "1"
# Enable GCR with pub/sub support
- name: PROJECT_ID
value: ""
- name: PUBSUB
value: "1"
value: "" # Set to '1' or 'true' to enable GCR pubsub
# Enable AWS ECR
- name: AWS_ACCESS_KEY_ID
value: ""
Expand Down

0 comments on commit c70a3d3

Please sign in to comment.