mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
update naming scheme
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||
## Naming Scheme
|
||||
|
||||
- ConfigMap: `$FullName-$ConfigMapName`
|
||||
- Secret: `$FullName-$SecretName`
|
||||
- ServiceAccount: `$FullName-$ServiceAccountName`
|
||||
- RBAC: `$FullName-$RBACName`
|
||||
- ServiceAccount:
|
||||
- Primary: `$FullName`
|
||||
- Others: `$FullName-$ServiceAccountName`
|
||||
- RBAC:
|
||||
- Primary: `$FullName`
|
||||
- Others: `$FullName-$RBACName`
|
||||
- Service:
|
||||
- Primary: `$FullName`
|
||||
- Others: `$FullName-$ServiceName`
|
||||
@@ -13,6 +15,8 @@
|
||||
- Primary: `$FullName`
|
||||
- Others: `$FullName-$PodName`
|
||||
- Containers: `$ContainerName`
|
||||
- ConfigMap: `$FullName-$ConfigMapName`
|
||||
- Secret: `$FullName-$SecretName`
|
||||
|
||||
> Full name -> `$ReleaseName-$ChartName`
|
||||
> Any name that exceeds 63 characters, will throw an error
|
||||
|
||||
Reference in New Issue
Block a user