mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
* [bitnami/dokuwiki] Move container to bash * Fix indentation * Add upgrade note to README * Separate pod and container security context * Fix typo * Adapt README.md * Standardizations * Update image version * Apply rest of standardizations * fix extralist * Add BITNAMI_DEBUG env var Co-authored-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
6 lines
174 B
YAML
6 lines
174 B
YAML
{{- if .Values.extraDeploy }}
|
|
apiVersion: v1
|
|
kind: List
|
|
items: {{- include "common.tplvalues.render" (dict "value" .Values.extraDeploy "context" $) | nindent 2 }}
|
|
{{- end }}
|