Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions k8s-deployer/scripts/k8s-manage-namespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ then
echo "Creating namespace: ${NS} under parent ${PARENT_NS}, this may take some time..."

kubectl hns create $NS -n $PARENT_NS
kubectl label namespaces $PARENT_NS istio.io/rev=1-17-2 --overwrite
kubectl label namespaces $NS istio.io/rev=1-17-2 --overwrite
kubectl label namespaces $PARENT_NS istio.io/rev=1-28-4 --overwrite
kubectl label namespaces $NS istio.io/rev=1-28-4 --overwrite
returnStatus=$(($?+0))

if [ $returnStatus -ne 0 ];
Expand Down
Loading