fix: Set Erlang cluster cookie
This commit is contained in:
		
							parent
							
								
									b6d41d92fe
								
							
						
					
					
						commit
						00e85b4653
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -25,6 +25,8 @@ spec:
 | 
				
			||||||
          args:
 | 
					          args:
 | 
				
			||||||
            - "--name"
 | 
					            - "--name"
 | 
				
			||||||
            - "$(NAME)@$(POD_IP)"
 | 
					            - "$(NAME)@$(POD_IP)"
 | 
				
			||||||
 | 
					            - "--cookie"
 | 
				
			||||||
 | 
					            - "$(SECRET_KEY_BASE)"
 | 
				
			||||||
            - "-S"
 | 
					            - "-S"
 | 
				
			||||||
            - "mix"
 | 
					            - "mix"
 | 
				
			||||||
            - "phx.server"
 | 
					            - "phx.server"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,6 +25,8 @@ spec:
 | 
				
			||||||
          args:
 | 
					          args:
 | 
				
			||||||
            - "--name"
 | 
					            - "--name"
 | 
				
			||||||
            - "$(NAME)@$(POD_IP)"
 | 
					            - "$(NAME)@$(POD_IP)"
 | 
				
			||||||
 | 
					            - "--cookie"
 | 
				
			||||||
 | 
					            - "$(SECRET_KEY_BASE)"
 | 
				
			||||||
            - "-S"
 | 
					            - "-S"
 | 
				
			||||||
            - "mix"
 | 
					            - "mix"
 | 
				
			||||||
            - "phx.server"
 | 
					            - "phx.server"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue