From 9f5d832803935ff31635e63b684458f57218b359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Murphy?= Date: Tue, 31 Oct 2023 16:08:49 +0100 Subject: [PATCH] chore(swagger): add enableServiceLinks swagger container (#3337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rok Roškar --- helm-chart/renku/templates/swagger.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/renku/templates/swagger.yaml b/helm-chart/renku/templates/swagger.yaml index 95430d8027..370b6660da 100644 --- a/helm-chart/renku/templates/swagger.yaml +++ b/helm-chart/renku/templates/swagger.yaml @@ -51,6 +51,7 @@ spec: httpGet: path: /swagger port: http + enableServiceLinks: false --- apiVersion: v1 kind: Service