mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
webdav: make certificate field required (#2367)
* webdav: make certificate field required * untouch lines
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -134,6 +134,7 @@ questions:
|
||||
description: The certificate to use for HTTPS WebDAV.
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
"null": true
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
|
||||
Reference in New Issue
Block a user