Skip to content

Commit

Permalink
Remove enroute-crd build instruction from Makefile
Browse files Browse the repository at this point in the history
Ref: e6ecfa933a420b58fd7f383a1f08c4d7a975ef1d
  • Loading branch information
chintan8saaras committed Aug 7, 2021
1 parent d0dea44 commit 88c639c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions helm-chart/Makefile
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

0 comments on commit 88c639c

Please sign in to comment.