From 9f6e6e7d5c562137ce9e67e899dbf1c126aecd51 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Thu, 1 Aug 2024 08:11:26 -0600 Subject: [PATCH] remove unused Makefile variables Removes ENVOY_IMAGE, SRCDIRS, LOCAL_BOOTSTRAP_CONFIG and SECURE_LOCAL_BOOTSTRAP_CONFIG. Signed-off-by: Steve Kriss --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index bff74428fef..0159e911f2a 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,6 @@ PROJECT = contour MODULE = github.com/$(ORG)/$(PROJECT) REGISTRY ?= ghcr.io/projectcontour IMAGE := $(REGISTRY)/$(PROJECT) -SRCDIRS := ./cmd ./internal ./apis -LOCAL_BOOTSTRAP_CONFIG = localenvoyconfig.yaml -SECURE_LOCAL_BOOTSTRAP_CONFIG = securelocalenvoyconfig.yaml -ENVOY_IMAGE = docker.io/envoyproxy/envoy:v1.31.0 GATEWAY_API_VERSION ?= $(shell grep "sigs.k8s.io/gateway-api" go.mod | awk '{print $$2}') # Used to supply a local Envoy docker container an IP to connect to that is running