Files
charts/template
Carlos Rodríguez Hernández 3cf6b10e10 Generic README instructions related to the repo (#12792)
* Generic README instructions related to the repo

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Change repo in more commands

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Minor changes

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Revert URL removal

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2022-10-05 10:25:55 +02:00
..
2020-12-14 09:17:49 +01:00

This directory contains a basic scaffolding to serve as the basis for creating a new chart.

Some of the items that need to be implemented are:

  • commonAnnotations
  • commonLabels
  • imagePullSecret
  • extraDeploy
  • resources.requests
  • resources.limits
  • livenessProbe
  • readinessProbe
  • customLivenessProbe
  • customReadinessProbe
  • podLabels
  • affinity
  • nodeSelector
  • tolerations (that would override the default one)
  • podAnnotations
  • priorityClassName
  • lifecycleHooks
  • sidecars
  • initContainers
  • extraEnvVars
  • extraEnvVarsCM
  • extraEnvVarsSecret
  • command (which would override the default one)
  • args (which would override the default one)
  • extraVolumes
  • extraVolumeMounts
  • updateStrategy
  • podSecurityContext
  • containerSecurityContext

Also it is necessary to use the bitnami/common chart to standarize some of the above items.

⚠️ Take into account this is just an example to follow, depending on the specific use case you will need to remove, add or modify those templates, beyond replacing the placeholders %%FOO%%