mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
26 lines
675 B
Plaintext
26 lines
675 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/external_secrets_operator/external-secrets-operator-api.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="eso-web-hook-config_{context}"]
|
|
= webhookConfig
|
|
|
|
[role="_abstract"]
|
|
The `webhookConfig` field configures the specifics of the `external-secrets` application webhook.
|
|
|
|
[cols="1,1,1,1,1",options="header"]
|
|
|===
|
|
| Field
|
|
| Type
|
|
| Description
|
|
| Default
|
|
| Validation
|
|
|
|
| `certificateCheckInterval`
|
|
| link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#duration-v1-meta[_Duration_]
|
|
| `certificateCheckInterval` configures the polling interval to check certificate validity.
|
|
| 5m
|
|
| Optional
|
|
|===
|