We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75c346 commit cf2fd73Copy full SHA for cf2fd73
.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml
@@ -142,7 +142,7 @@ stages:
142
143
echo "install Cilium onto Overlay Cluster with hubble enabled"
144
export CILIUM_VERSION_TAG=${CILIUM_HUBBLE_VERSION_TAG}
145
- export DIR=${CILIUM_VERSION_TAG%.*}
+ export DIR=$(echo ${CILIUM_VERSION_TAG#v} | cut -d. -f1,2)
146
echo "installing files from ${DIR}"
147
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-config/cilium-config-hubble.yaml
148
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-agent/files
0 commit comments