k8s returns None rather than zero when checking deployment for replicas exec_app requires commands 's' and '-c' to run correctly Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/120 Co-authored-by: Willem <wrolleman@nationtech.io> Co-committed-by: Willem <wrolleman@nationtech.io>
		
			
				
	
	
		
			12 lines
		
	
	
		
			293 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			293 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "example-remove-rook-osd"
 | 
						|
edition = "2024"
 | 
						|
version.workspace = true
 | 
						|
readme.workspace = true
 | 
						|
license.workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
harmony = { version = "0.1.0", path = "../../harmony" }
 | 
						|
harmony_cli = { version = "0.1.0", path = "../../harmony_cli" }
 | 
						|
tokio.workspace = true
 |