Correct namespace in update-vfw-op-policy.sh 43/65343/2
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Sat, 8 Sep 2018 05:36:20 +0000 (05:36 +0000)
committerAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Thu, 20 Sep 2018 05:45:58 +0000 (05:45 +0000)
The namespace in update-vfw-op-policy.sh should be
corrected to be "onap" instead of "onap-policy".

Issue-ID: POLICY-1098
Change-Id: Ib1b1ff616645635b2779b8ee6b9aab05b01a76be
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
kubernetes/policy/charts/drools/resources/scripts/update-vfw-op-policy.sh

index a6c054d..1145f04 100644 (file)
@@ -84,8 +84,8 @@ echo "Restarting PDP-D .."
 echo
 echo
 
-POD=$(kubectl --namespace onap-policy get pods | sed 's/ .*//'| grep drools)
-kubectl --namespace onap-policy exec -it ${POD} -- bash -c "source /opt/app/policy/etc/profile.d/env.sh && policy stop && sleep 5 && policy start"
+POD=$(kubectl --namespace {{ include "common.namespace" . }} get pods | sed 's/ .*//'| grep drools)
+kubectl --namespace {{ include "common.namespace" . }} exec -it ${POD} -- bash -c "source /opt/app/policy/etc/profile.d/env.sh && policy stop && sleep 5 && policy start"
 
 sleep 20