Move rich-subproc and bitwarden-wrapper to external libraries, Fix LocalSecrets creation of admin credentials, Create generic install_smol_app function, prompt to create env if it doesn't exist #53
No reviewers
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!53
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/53/head"
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?
Changes
if a user is listing an env with
smol-k8s-lab -l -e some-envand the env doesn't exist, we'll prompt to them to create it and ask which apps they'd like to add to it.remove the subproc script and move it to its own library called rich-subproc
remove the bitwarden libraries and move them to their own library called bitwarden-wrapper
fixes it so that when ExternalSecrets calls LocalSecrets for admin credentials, it calls the secret:
{app}-admin-credentials-{hostname}Creates a new
install_smol_appfunction that obviates the need for special scripts for:fix misc typos