Skip to content

Commit c58f620

Browse files
authored
chore(makefile): script clean ups (#431)
* Add grouping for keycloak Signed-off-by: Matthias Wessendorf <[email protected]> * Do not expose the kind tools target, since it is part of larger tools Signed-off-by: Matthias Wessendorf <[email protected]> --------- Signed-off-by: Matthias Wessendorf <[email protected]>
1 parent ce6ec78 commit c58f620

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/keycloak.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ keycloak-install:
5050
keycloak-uninstall:
5151
@kubectl delete -f dev/config/keycloak/deployment.yaml 2>/dev/null || true
5252

53+
##@ Keycloak
54+
5355
.PHONY: keycloak-status
5456
keycloak-status: ## Show Keycloak status and connection info
5557
@if kubectl get svc -n $(KEYCLOAK_NAMESPACE) keycloak >/dev/null 2>&1; then \

build/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ $(KIND):
1717
GOBIN=$(PWD)/_output/bin go install sigs.k8s.io/kind@$(KIND_VERSION)
1818

1919
.PHONY: kind
20-
kind: $(KIND) ## Download kind locally if necessary
20+
kind: $(KIND)

0 commit comments

Comments
 (0)