Skip to content

Commit 43e0bac

Browse files
committed
e2e test prometheus operator crds
Signed-off-by: qiyang <[email protected]>
1 parent cc63c36 commit 43e0bac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/install-targetallocator-prometheus-crds.sh

+2
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ if [[ "$(kubectl api-resources --api-group=monitoring.coreos.com -o name)" ]]; t
55
else
66
kubectl create -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
77
kubectl create -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
8+
kubectl create -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
9+
kubectl create -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
810
fi

0 commit comments

Comments
 (0)