From 9c2c37de869538acd7b27e92bc0d07dc2eb9e7ca Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 10 Feb 2024 14:23:12 +0100 Subject: [PATCH] Reapply "Remove phase from database v1beta1 CRD (#30)" This reverts commit ab2f63bcf3b94d7e50cf0fc90db7a612f2e31b10. --- .../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