acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.14k stars 101 forks source link

fix: credential secrets: use defaults as defined in the Acornfile (#2411) #2420

Closed g-linville closed 6 months ago

g-linville commented 6 months ago

for #2411

Now when the user is prompted to enter values for a credential secret, the default will be displayed to them, and if they enter nothing into the prompt, then the default will be used.

Checklist