Fix typo (#21004)
Missing directory Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								647b2649b1
							
						
					
				
			
			
				commit
				
					
						230176db5e
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -30,8 +30,8 @@ helm install gitea gitea/gitea | ||||||
| 您也可以通过 `helm show` 命令导出 `README.md` 和配置文件 `values.yaml` 进行学习和编辑,例如: | 您也可以通过 `helm show` 命令导出 `README.md` 和配置文件 `values.yaml` 进行学习和编辑,例如: | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| helm show values gitea > values.yaml | helm show values gitea/gitea > values.yaml | ||||||
| helm show readme gitea > README.md | helm show readme gitea/gitea > README.md | ||||||
| 
 | 
 | ||||||
| # 使用自定义的配置文件 values.yaml | # 使用自定义的配置文件 values.yaml | ||||||
| helm install gitea -f values.yaml gitea/gitea | helm install gitea -f values.yaml gitea/gitea | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 ya
				ya