From 0bd286cb53ddb19b62306ae08cc2d3200dae840e Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 7 May 2026 22:03:43 +0200 Subject: [PATCH] remove kc patch for testing --- .devcontainer/overrides.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/overrides.mk b/.devcontainer/overrides.mk index 21b1e11..b96bf10 100644 --- a/.devcontainer/overrides.mk +++ b/.devcontainer/overrides.mk @@ -54,8 +54,8 @@ patch-codespaces-engineconfig: | $(YQ) $(KPT_PKG) ## Patch the EngineConfig mani .PHONY: configure-try-eda-params configure-try-eda-params: | $(BASE) $(BUILD) $(KPT) $(KPT_SETTERS_TRY_EDA_FILE) patch-codespaces-engineconfig ## Configure parameters specific to try-eda -.PHONY: ls-ways-to-reach-api-server -ls-ways-to-reach-api-server: configure-codespaces-auth-client +# .PHONY: ls-ways-to-reach-api-server +# ls-ways-to-reach-api-server: configure-codespaces-auth-client .PHONY: configure-codespaces-auth-client configure-codespaces-auth-client: | $(KUBECTL) ## Configure Keycloak auth client redirect base for GitHub Codespaces