* Check for microk8s * Use python3 * Add note about installing pytest * Add chart/local.yaml to .gitignore to avoid committing
		
			
				
	
	
		
			12 lines
		
	
	
		
			172 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			172 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| **/*.pyc
 | |
| **/node_modules/
 | |
| **/config.env
 | |
| **/config.yaml
 | |
| **/signing.yaml
 | |
| .DS_Store
 | |
| # digital ocean custom values
 | |
| private.yml
 | |
| # microk8s playbook hosts
 | |
| hosts
 | |
| chart/local.yaml
 |