webdav: make certificate field required (#2367)

* webdav: make certificate field required

* untouch lines
This commit is contained in:
Stavros Kois
2024-04-15 12:27:56 +03:00
committed by GitHub
parent 4206595d1c
commit e026308e19
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use
annotations:
title: WebDAV
type: application
version: 1.0.21
version: 1.0.22
apiVersion: v2
appVersion: 2.4.59
kubeVersion: '>=1.16.0-0'

View File

@@ -134,6 +134,7 @@ questions:
description: The certificate to use for HTTPS WebDAV.
schema:
type: int
required: true
"null": true
$ref:
- "definitions/certificate"