feat: add disableTls option for webhooks request

Signed-off-by: Juan Rodriguez <engineer.jrg@gmail.com>
This commit is contained in:
Juan Rodriguez
2024-11-21 19:11:20 +05:30
committed by Sanskar Jaiswal
parent 7cd14761d5
commit 3d2e0b428b
7 changed files with 63 additions and 16 deletions
+3
View File
@@ -1135,6 +1135,9 @@ spec:
retries:
description: Number of retries for this webhook
type: number
disableTLS:
description: Disable TLS verification for this webhook
type: boolean
metadata:
description: Metadata (key-value pairs) for this webhook
type: object