Skip to content

Commit 2ee76f8

Browse files
Update .pipelines/cni/cilium/cilium-scale-test.yaml
Co-authored-by: John Payne <[email protected]> Signed-off-by: sheylatrudo <[email protected]>
1 parent 5239483 commit 2ee76f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pipelines/cni/cilium/cilium-scale-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ stages:
6767
if ${IS_DUALSTACK}; then
6868
echo "Use dualstack daemonset for Cilium"
6969
export IPV6_IMAGE_REGISTRY=acnpublic.azurecr.io
70-
export IPV6_HP_BPF_VERSION=$(make ipv6-hp-bpf-version)
7170
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY},${IPV6_IMAGE_REGISTRY},${IPV6_HP_BPF_VERSION}' < test/integration/manifests/cilium/v${DIR}/cilium-agent/templates/daemonset-dualstack.yaml | kubectl apply -f -
7271
else
7372
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/v${DIR}/cilium-agent/templates/daemonset.yaml | kubectl apply -f -

0 commit comments

Comments
 (0)