Skip to content

Commit

Permalink
Remove default value for kadalu_format (#988)
Browse files Browse the repository at this point in the history
- In code we are checking something which is always set
- As both the fields imply same intent, let's have high priority for
  field used in code as well

fixes: #980

Signed-off-by: Leela Venkaiah G <[email protected]>
  • Loading branch information
leelavg committed Apr 14, 2023
1 parent 8007188 commit 26fd24f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion helm/kadalu/charts/operator/crds/kadalu_storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec:
type: string
kadalu_format:
type: string
default: native
single_pv_per_pool:
type: boolean
default: false
Expand Down
1 change: 0 additions & 1 deletion manifests/kadalu-operator-microk8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec:
type: string
kadalu_format:
type: string
default: native
single_pv_per_pool:
type: boolean
default: false
Expand Down
1 change: 0 additions & 1 deletion manifests/kadalu-operator-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec:
type: string
kadalu_format:
type: string
default: native
single_pv_per_pool:
type: boolean
default: false
Expand Down
1 change: 0 additions & 1 deletion manifests/kadalu-operator-rke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec:
type: string
kadalu_format:
type: string
default: native
single_pv_per_pool:
type: boolean
default: false
Expand Down
1 change: 0 additions & 1 deletion manifests/kadalu-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec:
type: string
kadalu_format:
type: string
default: native
single_pv_per_pool:
type: boolean
default: false
Expand Down

0 comments on commit 26fd24f

Please sign in to comment.