Skip to content

Commit

Permalink
#3279 add disable partition check for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyasagar-m committed May 23, 2024
1 parent 2ffc097 commit 48341dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k8s-bigip-ctlr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ func main() {
}
defer appMgr.AgentCIS.DeInit()

if *filterTenants {
if *filterTenants && !disableDefaultPartition {
appMgr.AgentCIS.Clean(resource.DEFAULT_PARTITION)
}
if *agent == cisAgent.AS3Agent && !(*disableTeems) {
Expand Down

0 comments on commit 48341dc

Please sign in to comment.