From cfd7f452bd357545654f28e168ee8633187a56b4 Mon Sep 17 00:00:00 2001 From: Robert Bublik Date: Tue, 19 Dec 2023 20:35:56 +0100 Subject: [PATCH] Remove phase from database v1beta1 CRD --- .../templates/crds/kinda.rocks_databases.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/charts/db-operator/templates/crds/kinda.rocks_databases.yaml b/charts/db-operator/templates/crds/kinda.rocks_databases.yaml index df08c2e..a23f8a3 100644 --- a/charts/db-operator/templates/crds/kinda.rocks_databases.yaml +++ b/charts/db-operator/templates/crds/kinda.rocks_databases.yaml @@ -365,10 +365,6 @@ spec: subresources: status: {} - additionalPrinterColumns: - - description: current db phase - jsonPath: .status.phase - name: Phase - type: string - description: current db status jsonPath: .status.status name: Status @@ -500,12 +496,6 @@ spec: type: string monitorUserSecret: type: string - phase: - description: - 'Important: Run "make generate" to regenerate code after - modifying this file Add custom validation using kubebuilder tags: - https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html' - type: string proxyStatus: description: DatabaseProxyStatus defines whether proxy for database @@ -530,7 +520,6 @@ spec: required: - database - engine - - phase - status - user type: object