fix(automatic-music-downloader): Remove portal, as service is disabled (#1918)
* Update questions.yaml * Update Chart.yaml * Update questions.yaml Add empty portals arg. * Update charts/incubator/automatic-music-downloader/questions.yaml * Update charts/incubator/automatic-music-downloader/questions.yaml * Update charts/incubator/automatic-music-downloader/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros Kois
parent
d1f78f6890
commit
6e931d010e
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/RandomNinjaAtk/docker-amd
|
- https://github.com/RandomNinjaAtk/docker-amd
|
||||||
- https://hub.docker.com/r/randomninjaatk/amd
|
- https://hub.docker.com/r/randomninjaatk/amd
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,28 +1,6 @@
|
|||||||
# Include{groups}
|
# Include{groups}
|
||||||
portals:
|
portals: {}
|
||||||
web_portal:
|
|
||||||
protocols:
|
|
||||||
- "$kubernetes-resource_configmap_portal_protocol"
|
|
||||||
host:
|
|
||||||
- "$kubernetes-resource_configmap_portal_host"
|
|
||||||
ports:
|
|
||||||
- "$kubernetes-resource_configmap_portal_port"
|
|
||||||
questions:
|
questions:
|
||||||
- variable: portal
|
|
||||||
group: "Container Image"
|
|
||||||
label: "Configure Portal Button"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
hidden: true
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable"
|
|
||||||
description: "enable the portal button"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
# Include{global}
|
# Include{global}
|
||||||
- variable: controller
|
- variable: controller
|
||||||
group: "Controller"
|
group: "Controller"
|
||||||
|
|||||||
Reference in New Issue
Block a user