Skip to content

Commit

Permalink
Update permission on operator level
Browse files Browse the repository at this point in the history
- remove dsci and dsc viewer and editor which are not in use

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Aug 17, 2023
1 parent 7b752dd commit 66a0e8d
Show file tree
Hide file tree
Showing 11 changed files with 2,267 additions and 218 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ run: manifests generate fmt vet ## Run a controller from your host.

.PHONY: image-build
image-build: test ## Build image with the manager.
$(IMAGE_BUILDER) build -f Dockerfiles/Dockerfile -t $(IMG) .
$(IMAGE_BUILDER) build -f Dockerfiles/Dockerfile --build-arg MANIFEST_RELEASE=$(MANIFEST_RELEASE) -t $(IMG) .

.PHONY: image-push
image-push: ## Push image with the manager.
Expand Down
Loading

0 comments on commit 66a0e8d

Please sign in to comment.