From a61b46544db57e3f949620c4b5304d4967db0cd1 Mon Sep 17 00:00:00 2001 From: astoycos Date: Thu, 7 May 2020 15:27:15 -0400 Subject: [PATCH] Update to fix API issue with Ceph deployment --- yamls/ceph/setup/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamls/ceph/setup/operator.yaml b/yamls/ceph/setup/operator.yaml index 5762c2d..47e3431 100644 --- a/yamls/ceph/setup/operator.yaml +++ b/yamls/ceph/setup/operator.yaml @@ -371,7 +371,7 @@ subjects: namespace: rook-ceph-system --- # The deployment for the rook operator -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: rook-ceph-operator