If you are a beginner with Kubernetes and don't want to go in the complexity of Helm, you can use the beloved tool of Kubernetes client likekubectl
.
kubectl apply -f deploy/crds/redis.opstreelabs.in_redis_crd.yaml
kubectl apply -f deploy/role.yamlkubectl apply -f deploy/service_account.yamlkubectl apply -f deploy/role_binding.yaml
kubectl apply -f deploy/operator.yaml