Skip to content

Commit 41561d3

Browse files
Remove test field
1 parent 168b7b1 commit 41561d3

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

api/v1/metabase_types.go

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ type MetabaseSpec struct {
2626
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
2727
// Important: Run "make" to regenerate code after modifying this file
2828

29-
// +kubebuilder:default="postgres:latest"
30-
// +kubebuilder:validation:Optional
31-
Test string `json:"test"`
32-
3329
// +kubebuilder:validation:Required
3430
DB DBSpec `json:"db"`
3531
}

charts/operator/templates/crds/unagex.com_metabases.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ spec:
7070
required:
7171
- volume
7272
type: object
73-
test:
74-
default: postgres:latest
75-
type: string
7673
required:
7774
- db
7875
type: object

config/crd/bases/unagex.com_metabases.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ spec:
7070
required:
7171
- volume
7272
type: object
73-
test:
74-
default: postgres:latest
75-
type: string
7673
required:
7774
- db
7875
type: object

0 commit comments

Comments
 (0)