Skip to content

Commit

Permalink
Merge pull request #31 from semi-technologies/gh-30-Add-support-for-c…
Browse files Browse the repository at this point in the history
…ollector-usage-domain-variable

gh-30 Add support for collector usage domain variable
  • Loading branch information
etiennedi authored Mar 16, 2021
2 parents 6c92bcd + 214fd64 commit e7db4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weaviate/templates/collectorProxyDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
ports:
- containerPort: 8080
env:
- name: weaviate_enterprise_usage_collector_origin
value: {{ .Values.collector_proxy.weaviate_enterprise_usage_collector_origin }}
- name: weaviate_enterprise_token
value: {{ .Values.collector_proxy.weaviate_enterprise_token }}
- name: weaviate_enterprise_project
Expand Down
1 change: 1 addition & 0 deletions weaviate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ custom_config_map:
collector_proxy:
enabled: false
tag: latest
weaviate_enterprise_usage_collector_origin: ''
weaviate_enterprise_token: ''
weaviate_enterprise_project: ''
service:
Expand Down

0 comments on commit e7db4de

Please sign in to comment.