mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
51 lines
771 B
Markdown
51 lines
771 B
Markdown
# Names
|
|
|
|
## Key: nameOverride
|
|
|
|
Info:
|
|
|
|
- Type: `string`
|
|
- Default: `""`
|
|
- Helm Template: ❌
|
|
|
|
Can be defined in:
|
|
|
|
- `.Values`.nameOverride
|
|
|
|
---
|
|
|
|
Overrides the name of the workload.
|
|
|
|
> This is not the full name, but a part of the full name
|
|
> This is something that will only needed in very rare scenarios.
|
|
> Should be avoided, unless is absolutely needed.
|
|
|
|
Examples:
|
|
|
|
```yaml
|
|
nameOverride: some_name
|
|
```
|
|
|
|
---
|
|
---
|
|
|
|
## Key: fullnameOverride
|
|
|
|
Info:
|
|
|
|
- Type: `string`
|
|
- Default: `""`
|
|
- Helm Template: ❌
|
|
|
|
Can be defined in:
|
|
|
|
- `.Values`.fullnameOverride
|
|
|
|
---
|
|
|
|
Overrides the name of the workload.
|
|
|
|
> This affects the full name of the Deployment/StatefulSet/etc
|
|
> This is something that will only needed in very rare scenarios.
|
|
> Should be avoided, unless is absolutely needed.
|