Skip to content

Commit

Permalink
fix(engine): remove disable setting from agent config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Jun 16, 2022
1 parent d8e4019 commit c50b17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func (e *Engine) ConfigureNode(node *Node) error {
if node.Role == RoleAgent {
config.WriteKubeconfigMode = ""
config.TLSSAN = nil
config.Disable = nil
}

if node.Role == RoleServer {
Expand Down

0 comments on commit c50b17f

Please sign in to comment.