Skip to content

Commit

Permalink
revert: Cilium load test RBAC (#2291)
Browse files Browse the repository at this point in the history
revert: cilium manifest directories

Signed-off-by: John Payne <89417863+jpayne3506@users.noreply.github.com>
  • Loading branch information
jpayne3506 committed Oct 15, 2023
1 parent 73d8bfb commit e62e44e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pipelines/cni/cilium/cilium-overlay-load-test-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ stages:
echo "deploy Cilium ConfigMap"
kubectl apply -f cilium/configmap.yaml
kubectl apply -f test/integration/manifests/cilium/cilium-config.yaml
echo "install Cilium onto Overlay Cluster"
kubectl apply -f test/integration/manifests/cilium/cilium-agent
kubectl apply -f test/integration/manifests/cilium/cilium-operator
echo "install Cilium ${CILIUM_VERSION_TAG} onto Overlay Cluster"
# 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 e62e44e

Please sign in to comment.