Fix: Change use of `tmpl` to `gotmpl` in README (#870)
This adds clarity in docs by: - Changing references to the supported file extension - Previously, using `values.tmpl` in helmfile.yaml would throw errors. `values.gotmpl` gives expected output
This commit is contained in:
		
							parent
							
								
									ba2e522617
								
							
						
					
					
						commit
						10a9a16f3d
					
				|  | @ -559,10 +559,10 @@ releases: | ||||||
|     namespace: {{ requiredEnv "NAME" }} |     namespace: {{ requiredEnv "NAME" }} | ||||||
|     chart: roboll/vault-secret-manager |     chart: roboll/vault-secret-manager | ||||||
|     values: |     values: | ||||||
|     - values.yaml.tmpl |     - values.yaml.gotmpl | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| `values.yaml.tmpl`: | `values.yaml.gotmpl`: | ||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
| db: | db: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue