From 54d50153dcca214ef7b0737c2ee92bac2a24e287 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 6 Dec 2022 16:43:55 +0000
Subject: [PATCH] fix(rook): fix repository name in helmrelease

---
 infrastructure/rook/operator.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/rook/operator.yaml b/infrastructure/rook/operator.yaml
index cacab63df..7267a210c 100644
--- a/infrastructure/rook/operator.yaml
+++ b/infrastructure/rook/operator.yaml
@@ -10,7 +10,7 @@ spec:
       chart: postgres-operator
       sourceRef:
         kind: HelmRepository
-        name: rook-ceph
+        name: rook-release
         namespace: rook-ceph
       version: v1.10.6
   interval: 5m
-- 
GitLab