Files
chart/library/common
Stavros Kois 3a6e29ae9e NAS-120452 / 23.10 / Add MinIO Enterprise (#1002)
* Add minio to enterprise train

* Adjust hostnetwork based on multimode configuration

* add update strategy and explicitly set permissions at install time

* minor typo

* use new common

* bump common

* Add upgrade info json

* make immutable the run context and check backup permissions before chowning

* spacing
2023-04-05 17:57:03 +03: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