Stavros Kois 9e427a993c allow overriding backupSecretName (#2057) hai 1 ano
..
2304.0.1 797fa1291d fix `requests` resources (#1156) %!s(int64=2) %!d(string=hai) anos
docs 1e5e1b8ef8 NAS-123350 / 24.04 / Add support in common for nfs/smb pvc (#1422) %!s(int64=2) %!d(string=hai) anos
templates 9e427a993c allow overriding backupSecretName (#2057) hai 1 ano
Chart.yaml 9e427a993c allow overriding backupSecretName (#2057) hai 1 ano
README.md 929e60d801 NAS-121003 / 23.10 / Adapt charts CI and improve/fix common (#1011) %!s(int64=2) %!d(string=hai) anos
values.yaml 1e5e1b8ef8 NAS-123350 / 24.04 / Add support in common for nfs/smb pvc (#1422) %!s(int64=2) %!d(string=hai) anos

README.md

Common Library

Naming Scheme

  • ServiceAccount:
    • Primary: $FullName
    • Others: $FullName-$ServiceAccountName
  • RBAC:
    • Primary: $FullName
    • Others: $FullName-$RBACName
  • Service:
    • Primary: $FullName
    • Others: $FullName-$ServiceName
  • Pods:
    • Primary: $FullName
    • Others: $FullName-$PodName
  • Containers: $ContainerName
  • ConfigMap: $FullName-$ConfigMapName
  • Secret: $FullName-$SecretName
  • Scale Certificate: $FullName-$CertName
  • Scale External Interface: ix-$ReleaseName-$index

Full name -> $ReleaseName-$ChartName Any name that exceeds 63 characters, will throw an error