diff --git a/.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml b/.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml index 74ac3db315..14cdc4b6c4 100644 --- a/.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml +++ b/.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml @@ -135,7 +135,7 @@ stages: echo "install Cilium onto Overlay Cluster with hubble enabled" export CILIUM_VERSION_TAG_V1_5=${CILIUM_HUBBLE_VERSION_TAG} - export DIR=${CILIUM_VERSION_TAG_V1_5%.*} + export DIR=$(echo ${CILIUM_VERSION_TAG_V1_5#v} | cut -d. -f1,2) echo "installing files from ${DIR}" kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-config/cilium-config-hubble.yaml kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-agent/files