File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -333,8 +333,6 @@ spec:
333333 - apiServer
334334 - argoInstance
335335 - businessUnit
336- - chargebackBusinessUnit
337- - chargedBack
338336 - cloudProviderRegion
339337 - cloudType
340338 - environment
Original file line number Diff line number Diff line change @@ -56,11 +56,9 @@ type ClusterSpec struct {
5656 BusinessUnit string `json:"businessUnit"`
5757
5858 // The BU responsible for paying for the cluster.
59- // +kubebuilder:validation:Required
6059 ChargebackBusinessUnit string `json:"chargebackBusinessUnit"`
6160
6261 // Whether the cluster is charged back to the chargebackBusinessUnit
63- // +kubebuilder:validation:Required
6462 ChargedBack bool `json:"chargedBack"`
6563
6664 // The Org that is responsible for the cluster operations
You can’t perform that action at this time.
0 commit comments