mirror of
				https://github.com/Telecominfraproject/wlan-cloud-helm.git
				synced 2025-11-04 12:37:53 +00:00 
			
		
		
		
	* all credentials moved to globals * cassandra fix * centralized certificates, removed unneded entities * minor fixes, local-multi-namespace example fixes * removing unneeded sections in the yaml files * updates to changelog and multiple namespaces examples * fixing last couple of services, removed not needed secrets, centralized httpclientconfig.json and ssl.properties * minor improvements * changelog reformatted * fixing startupprobe and changelog Co-authored-by: Gleb Boushev <4c74356b41@outlook.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			487 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			487 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Helm values for deploying two Cloud SDK instances into separate namespaces
 | 
						|
 | 
						|
## Usage
 | 
						|
 | 
						|
```bash
 | 
						|
helm upgrade --install tip-wlan-1 tip-wlan -f tip-wlan/example-values/local-multi-namespace/ns-tip-1.yaml --namespace tip-wlan-1 --create-namespace
 | 
						|
helm upgrade --install tip-wlan-2 tip-wlan -f tip-wlan/example-values/local-multi-namespace/ns-tip-2.yaml --namespace tip-wlan-2 --create-namespace
 | 
						|
```
 | 
						|
 | 
						|
This will create a Cloud SDK instance in each of the namespaces tip-wlan-1 and tip-wlan-2
 |