Skip to content

Commit

Permalink
Merge pull request #62 from HammerMeetNail/fix/update_manifest_directory
Browse files Browse the repository at this point in the history
Move deploy directory into bundle/manifest
  • Loading branch information
ricardomaraschini authored Mar 25, 2022
2 parents c1a634b + ac5e813 commit 936729f
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 1,494 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ run: build

.PHONY: installcrds
installcrds:
kubectl create -f deploy/imagemanifestvuln.crd.yaml
kubectl create -f bundle/imagemanifestvuln.crd.yaml

.PHONY: devenv
devenv: installcrds
kubectl apply -f deploy/examples/
kubectl apply -f bundle/examples/

.PHONY: vendor
vendor:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 936729f

Please sign in to comment.