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