fix: correct helm values schema for webservcie ports (#1928)

Signed-off-by: bakito <github@bakito.ch>
This commit is contained in:
Marc Brugger
2026-05-29 10:34:02 +02:00
committed by GitHub
parent 279f3a7d78
commit ce6fb6874f
2 changed files with 10 additions and 4 deletions
+8 -2
View File
@@ -39,7 +39,10 @@
},
"port": {
"description": "Custom service port for the webhook service",
"type": "null"
"type": [
"integer",
"null"
]
},
"url": {
"description": "The URL where the capsule webhook services are running (Overwrites cluster scoped service definition)",
@@ -2176,7 +2179,10 @@
},
"port": {
"description": "Custom service port for the webhook service",
"type": "null"
"type": [
"integer",
"null"
]
},
"url": {
"description": "The URL where the capsule webhook services are running (Overwrites cluster scoped service definition)",
+2 -2
View File
@@ -466,7 +466,7 @@ conversions:
# -- Custom service namespace for the webhook service
namespace: ""
# -- Custom service port for the webhook service
port:
port: # @schema type:[integer, null]
# Webhooks configurations
@@ -495,7 +495,7 @@ webhooks:
# -- Custom service namespace for the webhook service
namespace: ""
# -- Custom service port for the webhook service
port:
port: # @schema type:[integer, null]
# Admission Webhook Configuration
hooks: