Skip to content

Commit

Permalink
ci: add coverage from #3089 to hubble testing in CNI Release Test Pip…
Browse files Browse the repository at this point in the history
…eline (#3158)

ci: add in 3089 to hubble block
  • Loading branch information
jpayne3506 authored Nov 20, 2024
1 parent eae2691 commit 894ec99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ stages:
echo "install Cilium onto Overlay Cluster with hubble enabled"
export CILIUM_VERSION_TAG=${CILIUM_HUBBLE_VERSION_TAG}
export DIR=${CILIUM_VERSION_TAG%.*}
export DIR=$(echo ${CILIUM_VERSION_TAG#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
Expand Down

0 comments on commit 894ec99

Please sign in to comment.