Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde authored Dec 13, 2024
1 parent fac873c commit 716ae8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ help:
.PHONY: local-ca
local-ca: # @HELP Get the CA certificate that is used in the local environment
local-ca:
kubectl get secret wikibase-local-tls -o json | jq -r '.data."ca.crt"' | base64 -d > wikibase-local-tls.crt
realpath wikibase-local-tls.crt
kubectl get secret wikibase-local-tls -o json | jq -r '.data."ca.crt"' | base64 -d > wikibase-local-ca.crt
realpath wikibase-local-ca.crt

.PHONY: minikube-start
minikube-start: # @HELP Start a local k8s cluster using minikube
Expand Down

0 comments on commit 716ae8f

Please sign in to comment.