docs for argo yml generation

This commit is contained in:
pb 2024-05-14 15:07:23 +02:00
parent 567caf3b07
commit c599feb10d
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
This document aims at centralizing all the informations about the yaml file that will be submitted to argo
- names can only contain alphanumeric characters or '-'

5
docs/todo.md Normal file
View File

@ -0,0 +1,5 @@
[ ] handle the way arguments are parsed :
- currently arguments are stored in the computing object as a list of string
- argo_builder.getComputingCommands() takes the command as a parameter to treat `sh -c`'s argument differently, but this is not generic enough
- refactor on oc-catalog : we could store it as a string and parse it differently depending on the command