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: handle case where no default is set (#2411) #2423

Closed g-linville closed 6 months ago

g-linville commented 6 months ago

for #2411

This adds a check so that we do not print (default: <default>) for fields in the secret that have no default value set.

Checklist