From 12bf92b581f51d478a814fc8c2cfff40132c6535 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 29 Feb 2024 20:02:57 +0000 Subject: [PATCH] rooks only move in a straight line... and this rook is moved off the board Signed-off-by: Martyn Ranyard --- everything-app/rook.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 everything-app/rook.yaml diff --git a/everything-app/rook.yaml b/everything-app/rook.yaml deleted file mode 100644 index 39a90ca..0000000 --- a/everything-app/rook.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: rook - namespace: argocd -spec: - destination: - namespace: rook-ceph - server: https://kubernetes.default.svc - project: infra - source: - chart: rook-ceph - repoURL: https://charts.rook.io/release - targetRevision: v1.12.8 - syncPolicy: - automated: - selfHeal: true