Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuzu committed Sep 16, 2020
1 parent 7d0bf1e commit 4bb2842
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 @@ -48,7 +48,7 @@ uninstall: manifests kustomize
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
deploy: manifests kustomize
test -f config-kustomized/kustomization.yaml || cp config-kustomized/kustomization.template.yaml config-kustomized/kustomization.yaml
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
cd config-kustomized && $(KUSTOMIZE) edit set image controller=${IMG}
$(KUSTOMIZE) build config/default | kubectl apply -f -

# Generate manifests e.g. CRD, RBAC etc.
Expand Down

0 comments on commit 4bb2842

Please sign in to comment.