Skip to content

Commit 7ff15ff

Browse files
add sleep
1 parent 0670243 commit 7ff15ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v1/.e2e/scripts/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheu
1010
kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.70.0/example/prometheus-operator-crd-full/monitoring.coreos.com_servicemonitors.yaml
1111
helm upgrade --install --repo https://charts.loft.sh vcluster vcluster --version 0.16.4 --values $MYDIR/vcluster-values.yaml --values $ROOT_DIR/plugin.yaml --set plugin.prometheus-operator-resources.image=$PLUGIN_IMAGE --wait
1212

13+
sleep 120 # Give time for for CRDs to sync
1314

1415
cat $RESOURCES_FILE | vcluster connect vcluster -n default -- kubectl -n default apply -f -

0 commit comments

Comments
 (0)