Closed cybrox closed 2 years ago
Added a short example of rel/env.sh.eex to make the kubernetes strategy in :mode :dns work with releases that have been assembled with mix release.
rel/env.sh.eex
:mode
:dns
mix release
Also changed the doc block to not handle escape characters as the \ in the sed command got lost.
\
Summary of changes
Added a short example of
rel/env.sh.eex
to make the kubernetes strategy in:mode
:dns
work with releases that have been assembled withmix release
.Also changed the doc block to not handle escape characters as the
\
in the sed command got lost.Checklist