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

Update deploy.sh #147

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"