feat: Allow arguments passed to Yatai image builder
ssheng opened this issue · 2 comments
ssheng commented
feat: Allow arguments passed to Yatai image builder
jjmachan commented
we have a initial provision via bentoml/yatai-deployment#44
jjmachan commented
this should be solved with this bentoml/yatai-deployment#48
current format
apiVersion: v1
data:
build_args: '["TOKEN=test_string"]'
builder_args: '["--no-push", "--cache=false"]'
kind: ConfigMap
metadata:
name: yatai-image-builder-config
namespace: yatai-builders
what do you think @yetone?
I'll add the documentation for this part before we close this issue though.