Skip to content

Commit

Permalink
fix make install-dependencies error
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Mar 12, 2020
1 parent 86c4549 commit 0db4418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ install-dependencies: helm
$(HELM) get notes registry-cache \
|| $(HELM) install registry-cache stable/redis-ha
$(HELM) get notes nginx \
|| $(HELM) install nginx stable/nginx-ingress \
|| $(HELM) install nginx stable/nginx-ingress
kubectl apply -f config/samples/notary-ingress-service.yaml

# Install local certificate
Expand Down

0 comments on commit 0db4418

Please sign in to comment.