From 90ad7c487b85350be2591a6eda7796ab09f81fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kalke?= <56382792+MichalKalke@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:59:55 +0200 Subject: [PATCH] Update Makefile --- test/btp/hack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/btp/hack/Makefile b/test/btp/hack/Makefile index b02aeae6..46c0e8ce 100644 --- a/test/btp/hack/Makefile +++ b/test/btp/hack/Makefile @@ -1,7 +1,7 @@ .PHONY: service-account-kubeconfig service-account-kubeconfig: @echo "Generating expiring service-account based kubeconfig..." - ../bin/kyma alpha access --clusterrole ${CLUSTERROLE} --kubeconfig ../tf/kubeconfig.yaml --name ci-workflow-sa --time 1h --output tmp/sa-kubeconfig.yaml + ../bin/kyma alpha access --clusterrole ${CLUSTERROLE} --kubeconfig ../tf/kubeconfig.yaml --name ci-workflow-sa --time 1h --output /tmp/sa-kubeconfig.yaml @echo "Service-account based kubeconfig generated" .PHONY cleanup-tf-force: