deislabs/containerd-wasm-shims

How to make capaiblities configurable at K8S for slight shim

huangyingting opened this issue · 1 comments

I tried to deploy a slight wasm application into k8s cluster with kv redis capaiblity, however could not find a way to make REDIS_ADDRESS configurable, it is defined in slightfile.yaml, by the time shim starts, it needs this file in place, so looks like no way to dynamically configure my redis address.