Skip to content

Commit

Permalink
Remove UI from config
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbreno committed Oct 14, 2024
1 parent 5151e88 commit ac7637e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/release/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ type Rancher struct {
Versions map[string]RancherRelease `json:"versions" validate:"dive,omitempty"`
}

// UI
type UI struct {
Versions map[string]UIRelease `json:"versions" validate:"dive"`
}

// Dashboard
type Dashboard struct {
Versions map[string]DashboardRelease `json:"versions" validate:"dive"`
Expand Down Expand Up @@ -124,7 +119,6 @@ type Config struct {
RKE2 *RKE2 `json:"rke2" validate:"omitempty"`
Charts *ChartsRelease `json:"charts" validate:"omitempty"`
Auth *Auth `json:"auth"`
UI *UI `json:"ui"`
Dashboard *Dashboard `json:"dashboard"`
}

Expand Down

0 comments on commit ac7637e

Please sign in to comment.