forked from k-space/kube
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			351 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			351 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Oracle MySQL operator
 | |
| 
 | |
| We have switched to MariaDB operator and this is not actually deployed in the cluster anymore
 | |
| 
 | |
| ```
 | |
| helm template mysql-operator mysql-operator/mysql-operator --namespace mysql-operator --include-crds  > application.yml
 | |
| kubectl apply -n mysql-operator -f application.yml -f application-extras.yml -f networkpolicy-base.yml
 | |
| ```
 |