fix(duckdns): add TOKEN in gui (#1524)

This commit is contained in:
Stavros Kois
2021-12-13 13:51:21 +02:00
committed by GitHub
parent 6c857046a6
commit ca0aac293b

View File

@@ -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"