fix(cert-manager): try to fix GUI (#6442)

* change order

(cherry picked from commit d4e77648351553fee878f960ed9cf8be3f97889e)

* fixes

(cherry picked from commit 51e980ac5b401a9fc240394faef45b8717d7a61a)

* hmm

(cherry picked from commit 18f80c7fc8924ea33c655a24c9290b4b1a9525f0)
This commit is contained in:
Kjeld Schouten-Lebbing
2023-01-18 00:02:12 +00:00
committed by GitHub
parent 2d97bc9b9b
commit 97090a8070
2 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ name: cert-manager
sources: sources:
- https://cert-manager.io/ - https://cert-manager.io/
type: application type: application
version: 0.0.1 version: 0.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- core - core
+40 -40
View File
@@ -8,27 +8,8 @@ questions:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: selfSigned
label: 'SelfSigned Issuer'
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
description: "Enable self-signed issuer"
schema:
type: boolean
default: true
- variable: name
label: Name
description: "Name to give the issuer"
schema:
type: string
required: true
default: "selfSigned"
- variable: ACME - variable: ACME
label: ACME Issuer label: 'ACME Issuer'
schema: schema:
type: list type: list
default: [] default: []
@@ -46,6 +27,25 @@ questions:
type: string type: string
required: true required: true
default: "" default: ""
- variable: type
label: Type or DNS-Provider
description: DNS Provider
schema:
type: string
default: cloudflare
enum:
- value: cloudflare
description: Cloudflare
- value: route53
description: Route53
- value: akamai
description: Akamai
- value: digitalocean
description: Digitalocean
- value: rfc2136
description: rfc2136 (Advanced)
- value: HTTP01
description: HTTP01 (Experimental)
- variable: server - variable: server
label: Server label: Server
description: "Server for ACME, for example: letsencrypt" description: "Server for ACME, for example: letsencrypt"
@@ -79,26 +79,6 @@ questions:
required: true required: true
show_if: [["type", "!=", "HTTP01"]] show_if: [["type", "!=", "HTTP01"]]
default: "something@example.com" default: "something@example.com"
- variable: type
label: Type or DNS-Provider
description: DNS Provider
schema:
type: string
required: true
default: cloudflare
enum:
- value: cloudflare
description: Cloudflare
- value: route53
description: Route53
- value: akamai
description: Akamai
- value: digitalocean
description: Digitalocean
- value: rfc2136
description: rfc2136 (Advanced)
- value: HTTP01
description: HTTP01 (Experimental)
- variable: cfapikey - variable: cfapikey
label: CloudFlare API key label: CloudFlare API key
description: "CloudFlare API Key" description: "CloudFlare API Key"
@@ -217,6 +197,26 @@ questions:
required: true required: true
default: "" default: ""
- variable: selfSigned
label: 'SelfSigned Issuer'
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
description: "Enable self-signed issuer"
schema:
type: boolean
default: true
- variable: name
label: Name
description: "Name to give the issuer"
schema:
type: string
required: true
default: "selfSigned"
- variable: CA - variable: CA
label: Certiticate Authority Issuer label: Certiticate Authority Issuer
schema: schema: