You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failurePolicy: Ignore # Optional: "Ignore" (default) or "Fail"
57
61
```
58
62
59
63
### Object annotation
@@ -289,3 +293,14 @@ Details on enabling and namespace participation are documented by Red Hat:
289
293
-[Red Hat Documentation](https://docs.openshift.com/container-platform/latest/monitoring/enabling-monitoring-for-user-defined-projects.html)
290
294
291
295
That is all you need. Your counters and histogram are already registered on the default registry, so Prometheus will scrape them from `/metrics` on the ServiceMonitor endpoint.
296
+
297
+
## Admission Webhook
298
+
299
+
The operator includes an optional **validating admission webhook** that validates TTL annotation format before objects are created or updated. This prevents invalid lease configurations from being applied.
300
+
301
+
See [docs/webhook.md](docs/webhook.md) for detailed documentation on:
0 commit comments