mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
This commit is contained in:
parent
ea73f093e8
commit
b7b74582cb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -435,7 +435,7 @@ start: test-tools-image
|
|||
|
||||
# Starts a local instance of ArgoCD
|
||||
.PHONY: start-local
|
||||
start-local: mod-vendor-local
|
||||
start-local: mod-vendor-local dep-ui-local
|
||||
# check we can connect to Docker to start Redis
|
||||
killall goreman || true
|
||||
kubectl create ns argocd || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue