Skip to content

Commit 61197a1

Browse files
committed
fixing yaml in cil dual steps
1 parent ee4c1b7 commit 61197a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/singletenancy/cilium-dualstack-overlay/cilium-dualstackoverlay-e2e-step-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
kubectl cluster-info
3535
kubectl get po -owide -A
3636
echo "deploy Cilium ConfigMap"
37-
kubectl apply -f test/integration/manifests/cilium/cilium${FILE_PATH}-config.yaml
37+
kubectl apply -f test/integration/manifests/cilium/cilium-config-dualstack.yaml
3838
echo "install Cilium ${CILIUM_VERSION_TAG}"
3939
# Passes Cilium image to daemonset and deployment
4040
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/daemonset.yaml | kubectl apply -f -

0 commit comments

Comments
 (0)