From 862f15e83c6da720428a778793c8411982d7b372 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Fri, 19 Jan 2024 16:27:43 +0100 Subject: [PATCH] templates/gateway: fix envoy proxy command The entrypoint is `envoy`, so just specify the options. --- templates/gateway.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/gateway.yml b/templates/gateway.yml index 941e7e7..07cf15e 100644 --- a/templates/gateway.yml +++ b/templates/gateway.yml @@ -211,7 +211,6 @@ objects: - name: community-gateway image: "${ENVOYPROXY_IMAGE_NAME}:${ENVOYPROXY_IMAGE_TAG}" command: - - /usr/bin/envoy - --config-path - /configs/envoy/config.yaml ports: