fix: Set Erlang cluster cookie

This commit is contained in:
Robert Prehn 2021-05-25 16:11:55 -05:00
parent b6d41d92fe
commit 00e85b4653
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,8 @@ spec:
args:
- "--name"
- "$(NAME)@$(POD_IP)"
- "--cookie"
- "$(SECRET_KEY_BASE)"
- "-S"
- "mix"
- "phx.server"

View file

@ -25,6 +25,8 @@ spec:
args:
- "--name"
- "$(NAME)@$(POD_IP)"
- "--cookie"
- "$(SECRET_KEY_BASE)"
- "-S"
- "mix"
- "phx.server"