Skip to content

Commit

Permalink
fix: generate adhoc ca.crt in test
Browse files Browse the repository at this point in the history
ca.crt was exculuded from .gitignore
  • Loading branch information
mikutas committed Sep 28, 2024
1 parent 7a7f66c commit 58032dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ delete-cluster:

ca:
step certificate create root.linkerd.cluster.local linkerd-control-plane/ca.crt linkerd-control-plane/ca.key \
--profile root-ca --no-password --insecure
--profile root-ca --no-password --insecure -f

ca-secret:
kubectl create ns linkerd || true
Expand Down

0 comments on commit 58032dd

Please sign in to comment.