Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading