mirror of
				https://github.com/kubernetes-sigs/external-dns.git
				synced 2025-11-04 12:41:00 +01:00 
			
		
		
		
	remove hardcoded check in registry/txt
Signed-off-by: Matias Charriere <matias@giantswarm.io>
This commit is contained in:
		
							parent
							
								
									df5e9aeace
								
							
						
					
					
						commit
						65e480df0e
					
				@ -286,9 +286,6 @@ func (im *TXTRegistry) ApplyChanges(ctx context.Context, changes *plan.Changes)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// PropertyValuesEqual compares two attribute values for equality
 | 
					// PropertyValuesEqual compares two attribute values for equality
 | 
				
			||||||
func (im *TXTRegistry) PropertyValuesEqual(name string, previous string, current string) bool {
 | 
					func (im *TXTRegistry) PropertyValuesEqual(name string, previous string, current string) bool {
 | 
				
			||||||
	if name == "txt/force-update" {
 | 
					 | 
				
			||||||
		return false
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return im.provider.PropertyValuesEqual(name, previous, current)
 | 
						return im.provider.PropertyValuesEqual(name, previous, current)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user