Files
Kjeld Schouten-Lebbing 84ce0addeb revert some bad changes (+1 squashed commits)
Squashed commits:

[040b37be] moar fixes (+6 squashed commit)

Squashed commit:

[5660a13b] hmm

[afd1ed6c] more fixes

[1472ee60] no message

[97561173] bump test

[6fbd3f2a] bump minor and remove app url from portal

[f38df91f] no message
2023-04-07 09:46:54 +02:00
..
2023-01-21 12:19:40 +01:00
2023-02-17 15:18:15 +01:00

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