update naming scheme

This commit is contained in:
Stavros kois
2023-02-02 18:29:56 +02:00
parent 59009aa471
commit c03e948281
+8 -4
View File
@@ -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