mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #36505 from Crassirostris/kibana-image-fix
Automatic merge from submit-queue Fix startup script bug in kibana image Big thanks to @lhopki01 for noticing this! As mention in discussion in https://github.com/kubernetes/kubernetes/pull/36103 current image crashes if we don't want to work behind proxy because of string interpolation in bash. @piosz
This commit is contained in:
		@@ -17,7 +17,7 @@
 | 
			
		||||
export ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-"http://localhost:9200"}
 | 
			
		||||
echo ELASTICSEARCH_URL=${ELASTICSEARCH_URL}
 | 
			
		||||
 | 
			
		||||
export KIBANA_BASE_URL=${KIBANA_BASE_URL:-""}
 | 
			
		||||
export KIBANA_BASE_URL=${KIBANA_BASE_URL:-"''"}
 | 
			
		||||
echo "server.basePath: ${KIBANA_BASE_URL}"
 | 
			
		||||
echo "server.basePath: ${KIBANA_BASE_URL}" >> /kibana/config/kibana.yml
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user