Erlang on Kubernetes: Using Kustomize to manage a ConfigMap for sys.config
2 years ago
In a previous post, I showed how to store sys.config
and
vm.args
in a ConfigMap. There are some problems with that approach, so I’m going to use Kustomize to fix that.