feathr-ai / helm-charts

Apache License 2.0
1 stars 0 forks source link

Support use `pipeline.conf` and `lookup.json` from any path #12

Closed ahlag closed 1 year ago

ahlag commented 1 year ago

Description

Added configmap from any path for environment variables of Feathr Resolves https://github.com/feathr-ai/helm-charts/issues/11

How was this PR tested?

Run the following command to pass pipeline.conf and lookup.json to configmap.

helm install chang ./feathr-online \ 
    --set pipelineConf=$(cat /Users/changyonglik/Desktop/pipeline.conf | base64) \
    --set lookup=$(cat /Users/changyonglik/Desktop/lookup.json | base64) --dry-run

Does this PR introduce any user-facing changes?