mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Set correct SDB_NOTIFY_HOST in minikube env
This commit is contained in:
parent
86363e260e
commit
1a68df275c
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user