We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a847c5f commit 8b6ef0cCopy full SHA for 8b6ef0c
Makefile
@@ -4,6 +4,7 @@ SHELL := /bin/bash
4
OS := $(shell uname -s)
5
6
CONFIG_FILE?=config-files/config.yaml
7
+export OPERATOR_ADDRESS ?= $(shell yq -r '.operator.address' $(CONFIG_FILE))
8
AGG_CONFIG_FILE?=config-files/config-aggregator.yaml
9
10
OPERATOR_VERSION=v0.12.1
0 commit comments