File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
cmd/tke-installer/app/installer Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -594,6 +594,7 @@ func (t *TKE) setConfigDefault(config *types.Config) {
594594 }
595595 }
596596
597+ config .Logagent = new (types.Logagent )
597598}
598599func (t * TKE ) setClusterDefault (cluster * platformv1.Cluster , config * types.Config ) {
599600 if cluster .APIVersion == "" {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ type Config struct {
3939 Registry Registry `json:"registry"`
4040 Business * Business `json:"business,omitempty"`
4141 Monitor * Monitor `json:"monitor,omitempty"`
42- Logagent Logagent `json:"logagent,omitempty"`
42+ Logagent * Logagent `json:"logagent,omitempty"`
4343 HA * HA `json:"ha,omitempty"`
4444 Gateway * Gateway `json:"gateway,omitempty"`
4545 Audit * Audit `json:"audit,omitempty"`
You can’t perform that action at this time.
0 commit comments