5 lines
		
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| kubectl -n atat delete secret atst-config-ini
 | |
| kubectl -n atat create secret generic nginx-client-ca-bundle --from-file="${1}"
 |