Skip to content

Commit

Permalink
config(usage): add analytics env for local provisioner (openebs#2628)
Browse files Browse the repository at this point in the history
* config(usage) Add env for analytics

Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
  • Loading branch information
Harsh Vardhan authored and Amit Kumar Das committed Jun 15, 2019
1 parent e76b7a9 commit 478bd63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion k8s/openebs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
# OPENEBS_IO_ENABLE_ANALYTICS if set to true sends anonymous usage
# events to Google Analytics
- name: OPENEBS_IO_ENABLE_ANALYTICS
value: "true"
value: "false"
# OPENEBS_IO_ANALYTICS_PING_INTERVAL can be used to specify the duration (in hours)
# for periodic ping events sent to Google Analytics.
# Default is 24h.
Expand Down Expand Up @@ -648,6 +648,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: OPENEBS_IO_ENABLE_ANALYTICS
value: "false"
livenessProbe:
exec:
command:
Expand Down

0 comments on commit 478bd63

Please sign in to comment.