Erlang on Kubernetes: Using Kustomize to manage a ConfigMap for sys.config
1 May 2023 13:35
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.