Add creates a new Secret Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller
and Start it when the Manager is Started.
USER ACTION REQUIRED: update cmd/manager/main.go to call this components.Add(mgr) to install this Controller
Reconcile reads that state of the cluster for a Secret object and makes changes based on the state read
and what is in the Secret.Spec
+kubebuilder:rbac:groups=components.eks.amazonaws.com,resources=secrets,verbs=get;list;watch;create;update;patch;delete