pass the feed URL via env var rather than config map so that standalone Docker usage is simplified

This commit is contained in:
James Wilson
2021-08-14 11:32:48 +01:00
parent 502fd2e91a
commit 8793d0fd5b
5 changed files with 12 additions and 25 deletions
+4 -1
View File
@@ -26,7 +26,10 @@ fullnameOverride: ""
envVars:
shard: {}
core: {}
frontend: {}
frontend:
# The frontend docker container makes this available to the UI,
# so that it knows where to look for feed information:
SUBSTRATE_TELEMETRY_URL: wss://feed.telemetry.parity-stg.parity.io/feed