chore(apps): remove hidden vars/configs from questions.yaml after making sure they are defined in values.yaml (#1577)
This commit is contained in:
@@ -94,13 +94,6 @@ questions:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: LISTENER_PORT
|
||||
label: "LISTENER_PORT"
|
||||
description: "Port where ser2sock listens"
|
||||
schema:
|
||||
type: string
|
||||
hidden: true
|
||||
default: "{{ .Values.service.main.ports.main.port }}"
|
||||
# Include{containerConfig}
|
||||
|
||||
- variable: service
|
||||
|
||||
Reference in New Issue
Block a user