notapipeline / tiyo

Tiyo is a Kubernetes application designer and flow executor written in Go and JointJS
Mozilla Public License 2.0
0 stars 0 forks source link

Simplified configmaps #11

Open mproffitt opened 2 years ago

mproffitt commented 2 years ago

The purpose of this designer is to simplifiy/abstract away from a POC requiring heavy YAML configuration and speed up the delivery of applications; however, certain types of applications require heavy configuration before they will work.

We should have some configmap creation in the app, allowing a filename and contents to be created. One docker container/pod might have multiple configmaps assigned to it.