Skip to content

Commit

Permalink
Improve idempotency detection with helm diff (#429)
Browse files Browse the repository at this point in the history
Bug: T366121
  • Loading branch information
vivian-rook authored May 30, 2024
1 parent 80a153a commit 8ddce4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ source secrets-${datacenter}.sh
python3 -m venv .venv/deploy
source .venv/deploy/bin/activate
pip install ansible==9.6.0 kubernetes==26.1.0
# install helm diff. Needed to keep helm module idempotent
helm plugin install https://github.com/databus23/helm-diff || true
# update kubernetes.core. This path will likely need updated with bastion os upgrades.
ansible-galaxy collection install -U kubernetes.core -p ./.venv/deploy/lib/python3.11/site-packages/ansible_collections


cd tofu
Expand Down

0 comments on commit 8ddce4e

Please sign in to comment.