-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove enroute-crd build instruction from Makefile
Ref: e6ecfa933a420b58fd7f383a1f08c4d7a975ef1d
- Loading branch information
1 parent
d0dea44
commit 88c639c
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
options: | ||
@echo "Usage:" | ||
@echo "make [helm-package-enroute] - build helm package for enroute" | ||
@echo "make [helm-package-enroute-crds] - build helm package for enroute-crds" | ||
@echo "make [helm-package-service-policy] - build helm package for service-policy" | ||
@echo "make [helm-package-index] - build helm index for packages" | ||
@echo "make [all] - build helm package fror enroute, enroute-crds and build index" | ||
|
||
helm-package-enroute: | ||
helm package ./enroute | ||
|
||
helm-package-enroute-crds: | ||
helm package ./enroute-crds | ||
|
||
helm-package-service-policy: | ||
helm package ./service-policy | ||
|
||
helm-package-index: | ||
helm repo index . | ||
|
||
all: helm-package-enroute helm-package-enroute-crds helm-package-index helm-package-service-policy | ||
all: helm-package-enroute helm-package-index helm-package-service-policy |