Skip to content

Commit a30ac95

Browse files
authored
docs: fix helm example (#1037)
1 parent c23c500 commit a30ac95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/helm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ To handle this, pass a custom name format, e.g. to also include the namespace:
305305
306306
```jsonnet
307307
custom: helm.template('foo', './charts/foo', {
308-
nameFormat: '{{ print .namespace "_" .kind "_" .metadata.name | snakecase }}'
308+
nameFormat: '{{ print .metadata.namespace "_" .kind "_" .metadata.name | snakecase }}'
309309
})
310310
```
311311

0 commit comments

Comments
 (0)