Deployment with Kubectl

Users may wish to deploy eevee-bot directly from manifests. This is how:

Create CR files

See custom-resources/crds for sample CustomResources

Apply CR files

  kubectl apply -f NatsCluster.yaml
kubectl apply -f Toolbox.yaml
kubectl apply -f ConnectorIrc.yaml