File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : KAFKA_GROUP_ID
2525 value : " explorer"
2626 - name : RPC_URL
27- {{ $networkName := .Config.Network }}
28- value : {{ (index .Values.DependencyGroup $networkName).clusterURL }}
27+ value : {{ if .Values.DependencyGroup.ethereum_geth_0.clusterURL }}{{ .Values.DependencyGroup.ethereum_geth_0.clusterURL }}{{ else if .Values.DependencyGroup.ethereum_geth_performance_0.clusterURL }}{{ .Values.DependencyGroup.ethereum_geth_performance_0.clusterURL }}{{ else if .Values.DependencyGroup.ethereum_ganache_0.clusterURL }}{{ .Values.DependencyGroup.ethereum_ganache_0.clusterURL }}{{ else if .Values.DependencyGroup.ethereum_hardhat_0.clusterURL }}{{ .Values.DependencyGroup.ethereum_hardhat_0.clusterURL }}{{ end }}
2928 - name : METRICS_ENDPOINT
3029 value : " :1337"
3130 - name : WEIWATCHERS_NODES_URL
You can’t perform that action at this time.
0 commit comments