docs for argo yml generation
This commit is contained in:
parent
567caf3b07
commit
c599feb10d
6
docs/argo_fomatting_rules.md
Normal file
6
docs/argo_fomatting_rules.md
Normal 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
5
docs/todo.md
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user