Skip to content

Commit

Permalink
Revert "use fixed inventory path for CI"
Browse files Browse the repository at this point in the history
This reverts commit ec0bbed.
  • Loading branch information
amitsagtani97 committed Dec 18, 2023
1 parent 1a8d701 commit 19251c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/offline-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ANSIBLE_DIR="$( cd "$SCRIPT_DIR/../ansible" && pwd )"
ansible-playbook -i "$ANSIBLE_DIR"/inventory/offline/inventory.yml "$ANSIBLE_DIR"/helm_external.yml -vv
ansible-playbook -i "$ANSIBLE_DIR"/inventory/offline "$ANSIBLE_DIR"/helm_external.yml -vv

helm upgrade --install --wait cassandra-external ./charts/cassandra-external --values ./values/cassandra-external/values.yaml
helm upgrade --install --wait elasticsearch-external ./charts/elasticsearch-external --values ./values/elasticsearch-external/values.yaml
Expand Down

0 comments on commit 19251c4

Please sign in to comment.