Skip to content

Commit 6bb9baf

Browse files
authored
added env var for pool group (#1328)
1 parent 2201633 commit 6bb9baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/epp/runner/runner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ func bindEnvToFlags() {
194194
"MODEL_SERVER_METRICS_HTTPS_INSECURE_SKIP_VERIFY": "model-server-metrics-https-insecure-skip-verify",
195195
"POOL_NAME": "pool-name",
196196
"POOL_NAMESPACE": "pool-namespace",
197+
"POOL_GROUP": "pool-group",
197198
// durations & bools work too; flag.Set expects the *string* form
198199
"REFRESH_METRICS_INTERVAL": "refresh-metrics-interval",
199200
"SECURE_SERVING": "secure-serving",

0 commit comments

Comments
 (0)