acorn-io / runtime

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

[fix] - promptOrder now works for credentials (#2386) #2453

Closed cloudnautique closed 5 months ago

cloudnautique commented 5 months ago

The original implementation always ended up with an empty []string{} resulting in never following promptOrder.

Based on my understanding it wouldn't get typed from ([]interface{}) to ([]interface{}) without going through this workflow.