Skip to content

Commit

Permalink
fixing yaml in cil dual steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdenney committed Jan 25, 2024
1 parent ee4c1b7 commit 61197a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
kubectl cluster-info
kubectl get po -owide -A
echo "deploy Cilium ConfigMap"
kubectl apply -f test/integration/manifests/cilium/cilium${FILE_PATH}-config.yaml
kubectl apply -f test/integration/manifests/cilium/cilium-config-dualstack.yaml
echo "install Cilium ${CILIUM_VERSION_TAG}"
# Passes Cilium image to daemonset and deployment
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/daemonset.yaml | kubectl apply -f -
Expand Down

0 comments on commit 61197a1

Please sign in to comment.