mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	Fix CI to verify chart installing on test-namespace
Remove ambiguity for `default` and `test-namespace`. It comes from `namespaceOverride` after #122. This commit helps to complete `namespaceOverride`. - create `test-namespace` namespace - install app on `test-namespace` namespace instead of `default` - (Optional) wait until `pod/open-webui-0` is ready
This commit is contained in:
		
							parent
							
								
									d826181995
								
							
						
					
					
						commit
						38d7ecfe21
					
				
							
								
								
									
										4
									
								
								.github/workflows/helm-test-open-webui.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/helm-test-open-webui.yml
									
									
									
									
										vendored
									
									
								
							| @ -49,4 +49,6 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       - name: Verify open-webui |       - name: Verify open-webui | ||||||
|         run: | |         run: | | ||||||
|           kubectl apply -f open-webui.yaml |           kubectl create namespace test-namespace | ||||||
|  |           kubectl apply --namespace test-namespace -f open-webui.yaml | ||||||
|  |           kubectl wait --namespace test-namespace pod/open-webui-0 --for=condition=Ready --timeout=600s | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user