feat(recipes): move SECRET_KEY to autogenerated remembered secret (#1559)

* feat(recipes): move `SECRET_KEY` to autogenerated remembered secret

* bump major
This commit is contained in:
Stavros Kois
2021-12-18 23:45:49 +01:00
committed by GitHub
parent a11e96d75e
commit 27046d1841
5 changed files with 29 additions and 15 deletions
-12
View File
@@ -73,18 +73,6 @@ questions:
- value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert}
- variable: secret
group: "Container Configuration"
label: "Image Secrets"
schema:
type: dict
attrs:
- variable: SECRET_KEY
label: "SECRET_KEY"
description: "Sets the SECRET_KEY env var"
schema:
type: string
default: "changeme"
- variable: env
group: "Container Configuration"
label: "Image Environment"