mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-20 04:56:44 +00:00
fix: correct helm docs for webhook service port schema (#1929)
Signed-off-by: bakito <github@bakito.ch>
This commit is contained in:
@@ -73,7 +73,7 @@ The following Values have changed key or Value:
|
||||
| conversions.service.caBundle | string | `""` | CABundle for the webhook service |
|
||||
| conversions.service.name | string | `""` | Custom service name for the webhook service |
|
||||
| conversions.service.namespace | string | `""` | Custom service namespace for the webhook service |
|
||||
| conversions.service.port | string | `nil` | Custom service port for the webhook service |
|
||||
| conversions.service.port | integer, null | `nil` | Custom service port for the webhook service |
|
||||
| conversions.service.url | string | `""` | The URL where the capsule webhook services are running (Overwrites cluster scoped service definition) |
|
||||
| customAnnotations | object | `{}` | Additional annotations which will be added to all resources created by Capsule helm chart |
|
||||
| customLabels | object | `{}` | Additional labels which will be added to all resources created by Capsule helm chart |
|
||||
@@ -365,7 +365,7 @@ The following Values have changed key or Value:
|
||||
| webhooks.service.caBundle | string | `""` | CABundle for the webhook service |
|
||||
| webhooks.service.name | string | `""` | Custom service name for the webhook service |
|
||||
| webhooks.service.namespace | string | `""` | Custom service namespace for the webhook service |
|
||||
| webhooks.service.port | string | `nil` | Custom service port for the webhook service |
|
||||
| webhooks.service.port | integer, null | `nil` | Custom service port for the webhook service |
|
||||
| webhooks.service.url | string | `""` | The URL where the capsule webhook services are running (Overwrites cluster scoped service definition) |
|
||||
| webhooks.validatingWebhooksTimeoutSeconds | int | `30` | Timeout in seconds for validating webhooks |
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"port": {
|
||||
"description": "Custom service port for the webhook service",
|
||||
"description": "(integer, null) Custom service port for the webhook service",
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
@@ -2178,7 +2178,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"port": {
|
||||
"description": "Custom service port for the webhook service",
|
||||
"description": "(integer, null) Custom service port for the webhook service",
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
|
||||
@@ -465,7 +465,7 @@ conversions:
|
||||
name: ""
|
||||
# -- Custom service namespace for the webhook service
|
||||
namespace: ""
|
||||
# -- Custom service port for the webhook service
|
||||
# -- (integer, null) Custom service port for the webhook service
|
||||
port: # @schema type:[integer, null]
|
||||
|
||||
|
||||
@@ -494,7 +494,7 @@ webhooks:
|
||||
name: ""
|
||||
# -- Custom service namespace for the webhook service
|
||||
namespace: ""
|
||||
# -- Custom service port for the webhook service
|
||||
# -- (integer, null) Custom service port for the webhook service
|
||||
port: # @schema type:[integer, null]
|
||||
|
||||
# Admission Webhook Configuration
|
||||
|
||||
Reference in New Issue
Block a user