Skip to content

Commit

Permalink
use fixed inventory path for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Dec 14, 2023
1 parent 6096d61 commit ec0bbed
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 "$ANSIBLE_DIR"/helm_external.yml -vv
ansible-playbook -i "$ANSIBLE_DIR"/inventory/offline/inventory.yml "$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 ec0bbed

Please sign in to comment.