Skip to content

Commit

Permalink
Set empty string to T1LR
Browse files Browse the repository at this point in the history
  • Loading branch information
chenlin07 committed Oct 27, 2023
1 parent 7cef6da commit dcb48e7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ func (r *AKODeploymentConfigReconciler) createAviInfraSetting(adc *akoov1alpha1.
L7Settings: akov1beta1.AviInfraL7Settings{
ShardSize: shardSize,
},
// Known issue: T1LR value is required when reconciling AKODeploymentConfig
NSXSettings: akov1beta1.AviInfraNSXSettings{
T1LR: "",
},
},
}
}
Expand Down

0 comments on commit dcb48e7

Please sign in to comment.