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 2bf3a38 commit fcc0bcaCopy full SHA for fcc0bca
.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml
@@ -135,7 +135,7 @@ stages:
135
136
echo "install Cilium onto Overlay Cluster with hubble enabled"
137
export CILIUM_VERSION_TAG_V1_5=${CILIUM_HUBBLE_VERSION_TAG}
138
- export DIR=${CILIUM_VERSION_TAG_V1_5%.*}
+ export DIR=$(echo ${CILIUM_VERSION_TAG_V1_5#v} | cut -d. -f1,2)
139
echo "installing files from ${DIR}"
140
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-config/cilium-config-hubble.yaml
141
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-agent/files
0 commit comments