bentoml/Yatai

feat: Allow arguments passed to Yatai image builder

ssheng opened this issue · 2 comments

feat: Allow arguments passed to Yatai image builder

we have a initial provision via bentoml/yatai-deployment#44

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.