We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f737ac5 commit 5bcac68Copy full SHA for 5bcac68
.e2e/scripts/init.sh
@@ -4,7 +4,7 @@
4
PLUGIN_IMAGE=$1
5
MYDIR=$(dirname $0)
6
ROOT_DIR=$MYDIR/../../
7
-RESOURCES_FILE=$MYDIR/../../../.e2e/vcluster-resources.yaml
+RESOURCES_FILE=$MYDIR/../../.e2e/vcluster-resources.yaml
8
9
kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.70.0/example/prometheus-operator-crd-full/monitoring.coreos.com_podmonitors.yaml
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
0 commit comments