Feature Request: app types #3
Labels
No labels
TUI
bug
docs
duplicate
enhancement
help wanted
invalid
major
question
secrets
wontfix
bug
duplicate
enhancement
help wanted
invalid
major
minor
patch
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
oeng/smol-k8s-lab#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the feature you'd like, and why
Right now, all app types are determined by the app file name. This is fine as long as you only ever want to deploy one copy of the app. An app
typeparameter in the app config would allow us to specify what kind of app we were deploying and use the appropriate install script.Describe alternatives you've considered, if any
We could also work more towards the official smol-app installer that just uses the following fields:
This should probably be a separate ticket though. The overall type is probably an easier bandaid fix for now