Skip to content

Commit

Permalink
docs: fix helm example (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elfo404 authored May 27, 2024
1 parent c23c500 commit a30ac95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/helm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ To handle this, pass a custom name format, e.g. to also include the namespace:
```jsonnet
custom: helm.template('foo', './charts/foo', {
nameFormat: '{{ print .namespace "_" .kind "_" .metadata.name | snakecase }}'
nameFormat: '{{ print .metadata.namespace "_" .kind "_" .metadata.name | snakecase }}'
})
```

Expand Down

0 comments on commit a30ac95

Please sign in to comment.