Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
  • Loading branch information
ArangoGutierrez committed Jan 8, 2024
1 parent 0e7acd3 commit 3e14ede
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY: build fmt verify image push
.PHONY: build fmt verify

GO_CMD ?= go
GO_FMT ?= gofmt
Expand Down Expand Up @@ -39,13 +39,6 @@ verify:
exit 1; \
fi

image:
docker build -t $(IMAGE_TAG) .

push: image
docker push $(IMAGE_TAG)


.PHONY: generate
generate: controller-gen
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
Expand Down
34 changes: 17 additions & 17 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
# More info: https://book.kubebuilder.io/reference/project-config.html
domain: nvidia.com
layout:
- go.kubebuilder.io/v4
- go.kubebuilder.io/v4
multigroup: true
projectName: holodeck
repo: github.com/NVIDIA/holodeck
resources:
- api:
crdVersion: v1
namespaced: true
domain: nvidia.com
group: holodeck
kind: AWS
path: github.com/NVIDIA/holodeck/api/holodeck/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
domain: nvidia.com
group: holodeck
kind: Provisioner
path: github.com/NVIDIA/holodeck/api/holodeck/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
domain: nvidia.com
group: holodeck
kind: AWS
path: github.com/NVIDIA/holodeck/api/holodeck/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
domain: nvidia.com
group: holodeck
kind: Provisioner
path: github.com/NVIDIA/holodeck/api/holodeck/v1alpha1
version: v1alpha1
version: "3"

0 comments on commit 3e14ede

Please sign in to comment.