mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 15:10:25 +08:00
fix(duckdns): add TOKEN in gui (#1524)
This commit is contained in:
@@ -74,7 +74,18 @@ questions:
|
||||
- value: "OnDelete"
|
||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||
# Include{controllerExpert}
|
||||
|
||||
- variable: secret
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: TOKEN
|
||||
label: "TOKEN"
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
|
||||
Reference in New Issue
Block a user