Skip to content

Commit

Permalink
Remove phase from database v1beta1 CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
bobertrublik committed Dec 20, 2023
1 parent b725be9 commit cfd7f45
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions charts/db-operator/templates/crds/kinda.rocks_databases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -530,7 +520,6 @@ spec:
required:
- database
- engine
- phase
- status
- user
type: object
Expand Down

0 comments on commit cfd7f45

Please sign in to comment.