Files
charts/docs/common/values/names.md
T
2023-01-23 15:08:45 +02:00

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.