From 56783ed824daeb73957e4b2d318be7869ea36278 Mon Sep 17 00:00:00 2001 From: xuzhonghu Date: Mon, 22 Jul 2019 09:51:24 +0800 Subject: [PATCH] add sub resource status for queue --- .../helm/chart/volcano/templates/scheduling_v1alpha2_queue.yaml | 2 ++ installer/volcano-development.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/installer/helm/chart/volcano/templates/scheduling_v1alpha2_queue.yaml b/installer/helm/chart/volcano/templates/scheduling_v1alpha2_queue.yaml index f35b1948328..850fd847448 100644 --- a/installer/helm/chart/volcano/templates/scheduling_v1alpha2_queue.yaml +++ b/installer/helm/chart/volcano/templates/scheduling_v1alpha2_queue.yaml @@ -40,3 +40,5 @@ spec: type: object type: object version: v1alpha2 + subresources: + status: {} diff --git a/installer/volcano-development.yaml b/installer/volcano-development.yaml index a79e78c438b..0e60afe6df2 100644 --- a/installer/volcano-development.yaml +++ b/installer/volcano-development.yaml @@ -803,4 +803,6 @@ spec: type: object type: object version: v1alpha2 + subresources: + status: {}