Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ default: build-all

.PHONY: install-crds
install-crds: generate ## Install CRDs into the K8s cluster specified in ~/.kube/config.
kubectl apply -f config/crd/*.yaml
kubectl apply -f "charts/openstack-hypervisor-operator/crds/*.yaml"

install-goimports: FORCE
@if ! hash goimports 2>/dev/null; then printf "\e[1;36m>> Installing goimports (this may take a while)...\e[0m\n"; go install golang.org/x/tools/cmd/goimports@latest; fi
Expand Down
2 changes: 1 addition & 1 deletion Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ reuse:
verbatim: |
.PHONY: install-crds
install-crds: generate ## Install CRDs into the K8s cluster specified in ~/.kube/config.
kubectl apply -f config/crd/*.yaml
kubectl apply -f "charts/openstack-hypervisor-operator/crds/*.yaml"
Loading