Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
added atomic flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Anunda committed Dec 8, 2020
1 parent cd3b6e6 commit 4841522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion stacks/cloud-manager/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ else
fi

helm upgrade "$STACK" "$CHART" \
--atomic \
--create-namespace \
--namespace "$NAMESPACE" \
--install \
--namespace "$NAMESPACE" \
--values "$values" \
--version "$CHART_VERSION"
2 changes: 1 addition & 1 deletion utils/stack-templates/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ fi

helm upgrade "$STACK" "$CHART" \
--atomic \
--install \
--create-namespace \
--install \
--namespace "$NAMESPACE" \
--values "$values" \
--version "$CHART_VERSION"

0 comments on commit 4841522

Please sign in to comment.