Skip to content

Commit

Permalink
Fix install target
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 24, 2023
1 parent 899f645 commit acf951c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,6 @@ install:
@cd ../installer; \
helm upgrade -i scanner charts/scanner --wait \
--namespace=$(KUBE_NAMESPACE) --create-namespace \
--set registryFQDN="" \
--set app.registry=$(REGISTRY) \
--set app.tag=$(TAG_PROD) \
--set imagePullPolicy=$(IMAGE_PULL_POLICY) \
--set-file license=$(LICENSE_FILE) \
Expand Down

0 comments on commit acf951c

Please sign in to comment.