Skip to content

Commit 1c70641

Browse files
committed
fix: remove ServiceMonitor from e2e kustomization to avoid errors when Prometheus CRDs are missing
1 parent 9f47fba commit 1c70641

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

config/extension-server-e2e/kustomization.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ patches:
2626
target:
2727
kind: Certificate
2828
name: envoy-gateway-extension-server-eg-client-tls
29+
# Delete the ServiceMonitor since Prometheus CRDs are not installed in the e2e/dev environment.
30+
- patch: |-
31+
$patch: delete
32+
apiVersion: monitoring.coreos.com/v1
33+
kind: ServiceMonitor
34+
metadata:
35+
name: envoy-gateway-extension-server-metrics
36+
namespace: system

0 commit comments

Comments
 (0)