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