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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user