Skip to content

Commit cf2fd73

Browse files
jpayne3506sivakami
authored andcommitted
ci: add coverage from #3089 to hubble testing in CNI Release Test Pipeline (#3158)
ci: add in 3089 to hubble block
1 parent c75c346 commit cf2fd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ stages:
142142
143143
echo "install Cilium onto Overlay Cluster with hubble enabled"
144144
export CILIUM_VERSION_TAG=${CILIUM_HUBBLE_VERSION_TAG}
145-
export DIR=${CILIUM_VERSION_TAG%.*}
145+
export DIR=$(echo ${CILIUM_VERSION_TAG#v} | cut -d. -f1,2)
146146
echo "installing files from ${DIR}"
147147
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-config/cilium-config-hubble.yaml
148148
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-agent/files

0 commit comments

Comments
 (0)