Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke authored Oct 11, 2024
1 parent a2c94f4 commit 90ad7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/btp/hack/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 90ad7c4

Please sign in to comment.