Skip to content

Commit

Permalink
suggesting new crossplane.yaml for the example
Browse files Browse the repository at this point in the history
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy committed Apr 10, 2021
1 parent 24596fc commit acbe842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ build: generate test
@CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o ./bin/$(PROVIDER_NAME)-controller cmd/provider/main.go

image: generate test
docker build . -t $(ORG_NAME)/$(PROVIDER_NAME):latest -f cluster/Dockerfile
docker build . -t $(ORG_NAME)/$(PROVIDER_NAME)-controller:latest -f cluster/Dockerfile

image-push:
docker push $(ORG_NAME)/$(PROVIDER_NAME):latest
docker push $(ORG_NAME)/$(PROVIDER_NAME)-controller:latest

run: generate
kubectl apply -f package/crds/ -R
Expand Down
2 changes: 1 addition & 1 deletion package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ metadata:

spec:
controller:
image: salaboy/provider-template-controller:v0.0.1
image: crossplane/provider-template-controller:v0.0.1

0 comments on commit acbe842

Please sign in to comment.