feat(bookstack): Add autogenerated app_key (#2194)

This commit is contained in:
Stavros Kois
2022-03-17 08:09:31 +02:00
committed by GitHub
parent 55b09eb958
commit ca47f26dda
5 changed files with 48 additions and 11 deletions
+13 -1
View File
@@ -75,7 +75,19 @@ 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: APP_URL
label: "APP_URL"
description: "Application URL eg. https://bookstack.mydomain.com"
schema:
type: string
default: ""
# Include{containerConfig}
- variable: service