We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0670243 commit 7ff15ffCopy full SHA for 7ff15ff
v1/.e2e/scripts/init.sh
@@ -10,5 +10,6 @@ kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheu
10
kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.70.0/example/prometheus-operator-crd-full/monitoring.coreos.com_servicemonitors.yaml
11
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
12
13
+sleep 120 # Give time for for CRDs to sync
14
15
cat $RESOURCES_FILE | vcluster connect vcluster -n default -- kubectl -n default apply -f -
0 commit comments