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: