chore(duckdns): add logfile option in gui (#2552)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: duckdns
|
name: duckdns
|
||||||
version: 1.0.13
|
version: 1.0.14
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
|
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -79,6 +79,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: LOG_FILE
|
||||||
|
label: "LOG_FILE"
|
||||||
|
description: "LOG_FILE"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
- variable: serviceexpert
|
- variable: serviceexpert
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ secret:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
SUBDOMAINS: ""
|
SUBDOMAINS: ""
|
||||||
|
LOG_FILE: false
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user