Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jovmilan95 committed May 23, 2024
1 parent 6a5d15b commit a13621b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ email-operator is a Kubernetes operator designed for efficient email configurati
make docker-build docker-push IMG=<some-registry>/email-operator:tag
```

**Install the CRDs into the cluster:**

```sh
make install
```

**Deploy the Manager to the cluster with the image specified by `IMG`:**
**Deploy the operator to the cluster with the image specified by `IMG`:**

```sh
make deploy IMG=<some-registry>/email-operator:tag
Expand All @@ -45,13 +39,7 @@ kubectl apply -k config/samples/
kubectl delete -k config/samples/
```

**Delete the APIs(CRDs) from the cluster:**

```sh
make uninstall
```

**UnDeploy the controller from the cluster:**
**UnDeploy the operator from the cluster:**

```sh
make undeploy
Expand Down

0 comments on commit a13621b

Please sign in to comment.