* runtime: replace CreateCredentials with CreateSecret * runtime/kubernetes: secrets support * runtime: CreateSecret => WithSecret * runtime: use map[string]string for secrets * runtime/kubernetes: update to use kv secrets * Fix merge conflict (missing import) Co-authored-by: Asim Aslam <asim@aslam.me>
* Move to v3 Co-authored-by: Ben Toogood <bentoogood@gmail.com>
* Add String to Runtime interface * Setup Dynamic Runtime Configuration