Files
charts/template
Bryan Dady e4fa296106 [bitnami/*] Fix ref links (in comments) (#21822)
* docs(kubernetes): replace broken links to ./user-guide/

with current links to ./concepts/

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): replace broken links to ./user-guide/persistent-volumes

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): replace broken links to ./user-guide/compute-resources/

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): replace broken links to ./user-guide/node-selection/

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): replace broken ref links to ./user-guide/services/

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): replace broken ref links to ./user-guide/ingress/

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): replace broken ref links for pullPolicy

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): replace broken ref links to compute-resources

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): replace broken ref links to master branch

of kubernetes/ingress-nginx/

Signed-off-by: Bryan Dady <bryan@dady.us>

* docs(kubernetes): fixup remaining "user-guide" ref links

Signed-off-by: Bryan Dady <bryan@dady.us>

* fix(harbor): revert accidental additions

Revert unintended changes resulting from rebase

Signed-off-by: Bryan Dady <bryan@dady.us>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* bitnami/grafana-operator fix docs(README)
revert accidental (rebase) edit to operator.namespaceScope description

Signed-off-by: Bryan Dady <bryan@dady.us>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Remove duplicate comments in grafana values

Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>

---------

Signed-off-by: Bryan Dady <bryan@dady.us>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
2024-01-11 14:40:00 +01:00
..

Bitnami Charts Template

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)
  • daemonsetAnnotations
  • deploymentAnnotations
  • statefulsetAnnotations
  • 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%%