Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Fix image repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmxs authored Jun 5, 2020
1 parent b1d159e commit 8f2ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kustomize build config/default | kubectl apply -f -
Use latest release:
```
kustomize build config/crd | kubectl apply -f -
$(cd config/manager && kustomize edit set image controller=mhmxs/calico-route-reflector-controller:v0.0.1)
$(cd config/manager && kustomize edit set image controller=quay.io/mhmxs/calico-route-reflector-controller:v0.0.1)
kustomize build config/default | kubectl apply -f -
```

Expand Down

0 comments on commit 8f2ab1f

Please sign in to comment.