Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update deploy.sh (#147)
Browse files Browse the repository at this point in the history
Removing "helm dep up" command
  • Loading branch information
zakaria2905 authored Feb 1, 2022
1 parent 90f7eb0 commit 8985909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ helm repo add cetic https://cetic.github.io/helm-charts/ --force-update
helm repo update

# install/upgrade FADI
helm dep up
helm upgrade --install ${NAMESPACE} cetic/fadi -f ./values.yaml --namespace ${NAMESPACE}

printf "\n\nInstallation successful!\n"

0 comments on commit 8985909

Please sign in to comment.