File tree 2 files changed +2
-2
lines changed
spawn_operator/spawn_operator/lib/spawn_operator/k8s
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ defmodule SpawnOperator.K8s.Proxy.Deployment do
102
102
IO . inspect ( params , label: "spec" )
103
103
104
104
erlang_mtls_enabled =
105
- System . get_env ( "ERL_CLUSTER_MTL_ENABLED " , "false" )
105
+ System . get_env ( "ERL_CLUSTER_MTLS_ENABLED " , "false" )
106
106
|> to_bool ( )
107
107
108
108
IO . inspect ( erlang_mtls_enabled , label: "Erlang cluster tls enabled" )
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ defmodule SpawnOperator.K8s.System.Secret.ActorSystemSecret do
115
115
cluster_heartbeat = "240000" |> Base . encode64 ( )
116
116
117
117
% {
118
- "ERL_CLUSTER_MTL_ENABLED " => Base . encode64 ( "#{ erlang_mtls_enabled } " ) ,
118
+ "ERL_CLUSTER_MTLS_ENABLED " => Base . encode64 ( "#{ erlang_mtls_enabled } " ) ,
119
119
"ERL_FLAGS" => Base . encode64 ( erlang_profile ) ,
120
120
"RELEASE_COOKIE" => cookie ,
121
121
"PROXY_ACTOR_SYSTEM_NAME" => Base . encode64 ( system ) ,
You can’t perform that action at this time.
0 commit comments