Skip to content

Commit

Permalink
Makes changes
Browse files Browse the repository at this point in the history
Makes changes based on suggestions

Signed-off-by: Hasmukh K Mistry <[email protected]>
  • Loading branch information
Hasmukh K Mistry committed Oct 13, 2021
1 parent 9ebe433 commit 533cc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kustomize:
KUSTOMIZE_VERSION=3.9.2 bash script/generate_kustomize.sh

.PHONY: helm
helm: ## Generate helm charts
helm: ## Generate K8s Manifest from Helm Charts.
bash script/generate_helm.sh

.PHONY: release_automation
Expand Down Expand Up @@ -56,7 +56,7 @@ prepare_artifacts:
bash script/prepare_artifacts.sh

.PHONE: helm_update
helm_update: ## Update helm charts
helm_update: ## Update helm charts' dependencies.
helm dep update ./charts/flyte/

.PHONY: helm_install
Expand Down

0 comments on commit 533cc08

Please sign in to comment.