forked from toolshed/abra
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			177 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			177 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package internal
 | 
						|
 | 
						|
import "coopcloud.tech/abra/pkg/recipe"
 | 
						|
 | 
						|
func GetEnsureContext() recipe.EnsureContext {
 | 
						|
	return recipe.EnsureContext{
 | 
						|
		Chaos,
 | 
						|
		Offline,
 | 
						|
		DeployLatest,
 | 
						|
	}
 | 
						|
}
 |