Skip to content

Commit

Permalink
Add vmware-system-network to pod annotations to skip (#578)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Srinivasan <varuns6@vmware.com>
  • Loading branch information
varunsrinivasan2 authored May 22, 2024
1 parent b4449ff commit 72d685c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ var PodAnnotationsToSkip = map[string]bool{
"vmware-system-image-references": true,
"vmware-system-vm-moid": true,
"vmware-system-vm-uuid": true,
"vmware-system-network": true,
}

// UUID of the VM on Supervisor Cluster
Expand Down

0 comments on commit 72d685c

Please sign in to comment.