Skip to content

Commit 1561b22

Browse files
authored
Add env var for ADDITIONAL_API_PATHS_HANDLED_BY_INGRESS (#2200)
1 parent 7d00dd4 commit 1561b22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

iac/provider-gcp/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ tf_vars := \
8282
$(call tfvar, DB_MIN_IDLE_CONNECTIONS) \
8383
$(call tfvar, AUTH_DB_MAX_OPEN_CONNECTIONS) \
8484
$(call tfvar, AUTH_DB_MIN_IDLE_CONNECTIONS) \
85-
$(call tfvar, GCS_GRPC_CONNECTION_POOL_SIZE)
85+
$(call tfvar, GCS_GRPC_CONNECTION_POOL_SIZE) \
86+
$(call tfvar, ADDITIONAL_API_PATHS_HANDLED_BY_INGRESS)
8687

8788
.PHONY: init
8889
init:

0 commit comments

Comments
 (0)