You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Right now, kedge generate is returning all the resource separated by ---. We should add a flag which will return Kubernetes List where items will contain all the resources like this
The text was updated successfully, but these errors were encountered:
I really like the idea. We should have a flag like generate --template and generate --list to generate OpenShift template or Kubernetes list. In such a case, we should throw the output for each input file in one Kubernetes List or OpenShift template.
For OpenShift templates, we can also translate the parameters used in Kedge to parameters in template parameters.
List can be a nice way to group generated resources and version commit to your code. Generating templates extending the same logic will also be very helpful.
Right now,
kedge generate
is returning all the resource separated by---
. We should add a flag which will return Kubernetes List where items will contain all the resources like thisThe text was updated successfully, but these errors were encountered: