fix(Kitchenowl): Specify FRONT_URL env var (#3371)

* fix(KitchenOwl): Expose FRONT_URL env-var

* added semVer

* Update charts/incubator/kitchenowl/questions.yaml

* Update charts/incubator/kitchenowl/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
StevenMcElligott 2022-08-01 16:26:52 -04:00 committed by GitHub
parent 484cf18151
commit 5fb36e199e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -21,7 +21,7 @@ name: kitchenowl
sources:
- https://tombursch.github.io/kitchenowl
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -74,6 +74,20 @@ questions:
- value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert}
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: FRONT_URL
label: "FRONT_URL"
description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com"
schema:
type: string
required: true
default: ""
# Include{containerConfig}
- variable: service
group: "Networking and Services"