Set correct SDB_NOTIFY_HOST in minikube env

This commit is contained in:
Shane McDonald 2021-01-31 12:03:03 -05:00
parent 86363e260e
commit 1a68df275c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if [ -n "${AWX_KUBE_DEVEL}" ]; then
make awx-link
popd
export SDB_NOTIFY_HOST=$(ip route | head -n1 | awk '{print $3}')
export SDB_NOTIFY_HOST=$MY_POD_IP
fi
source /etc/tower/conf.d/environment.sh

View File

@ -10,7 +10,7 @@ if [ -n "${AWX_KUBE_DEVEL}" ]; then
make awx-link
popd
export SDB_NOTIFY_HOST=$(ip route | head -n1 | awk '{print $3}')
export SDB_NOTIFY_HOST=$MY_POD_IP
fi
source /etc/tower/conf.d/environment.sh