Skip to content

Commit

Permalink
update dualstack step
Browse files Browse the repository at this point in the history
  • Loading branch information
camrynl committed Feb 7, 2024
1 parent 69e69f9 commit ba98957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:
kubectl cluster-info
kubectl get po -owide -A
echo "deploy Cilium ConfigMap"
kubectl apply -f test/integration/manifests/cilium//v${CILIUM_TEMPLATE_DIR}/cilium-config/cilium-config-dualstack.yaml
kubectl apply -f test/integration/manifests/cilium/v${CILIUM_TEMPLATE_DIR}/cilium-config/cilium-config-dualstack.yaml
echo "install Cilium ${CILIUM_DUALSTACK_VERSION}"
# Passes Cilium image to daemonset and deployment
kubectl apply -f test/integration/manifests/cilium/v${CILIUM_TEMPLATE_DIR}/cilium-agent/files
Expand Down

0 comments on commit ba98957

Please sign in to comment.