fix(templates): move extraArgs from .Values.controller to .Values (#3447)

* fix(templates): move extraArgs from .Values.controller to .Values

* update questions

* whoops

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Stavros Kois
2022-08-12 10:40:46 +02:00
committed by GitHub
co-authored by Kjeld Schouten-Lebbing
parent 0e40f84cb8
commit 16fbffb961
738 changed files with 765 additions and 11 deletions
@@ -5,16 +5,6 @@
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: labelsList
label: Controller Labels
schema:
@@ -0,0 +1,19 @@
- variable: customextraargs
group: Controller
label: "Extra Args"
description: "Do not click this unless you know what you are doing"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string