Skip to content

Commit

Permalink
operator: restore etcd service when deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Apr 21, 2020
1 parent 071d10b commit bb95490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/operator/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func RunOperator(ctx context.Context, controllerContext *controllercmd.Controlle
[]string{
"etcd/ns.yaml",
"etcd/sa.yaml",
"etcd/svc.yaml",
},
(&resourceapply.ClientHolder{}).WithKubernetes(kubeClient),
operatorClient,
Expand Down

0 comments on commit bb95490

Please sign in to comment.