Skip to content

Commit

Permalink
Separate the crds from the operator manifests
Browse files Browse the repository at this point in the history
Trying to install the operator with flux kustomization pointing to the
manifest directory results in error relating to crds being duplicated.

Signed-off-by: Omar Mohamed <[email protected]>
  • Loading branch information
omar-mohamed-khallaf committed Aug 26, 2024
1 parent a738101 commit 5c4ab16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Make sure to have your Kubernetes cluster up and running. Dragonfly Operator can

```sh
# Install the CRD and Operator
kubectl apply -f https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/dragonfly-operator.yaml
kubectl apply -f https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/operator/dragonfly-operator.yaml
```

By default, the operator will be installed in the `dragonfly-operator-system` namespace.
Expand Down Expand Up @@ -106,7 +106,7 @@ This will automatically delete all the resources (i.e pods and services) associa
To uninstall the operator, you can run
```sh
kubectl delete -f https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/dragonfly-operator.yaml
kubectl delete -f https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/operator/dragonfly-operator.yaml
```
## License
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5c4ab16

Please sign in to comment.