mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/discourse] Add support for skipping to persist plugins (#21588)
This commit is contained in:
committed by
GitHub
parent
39ebee9beb
commit
0c71c19039
@@ -163,6 +163,10 @@ spec:
|
||||
name: {{ include "smtp.secretName" . }}
|
||||
key: smtp-password
|
||||
{{- end }}
|
||||
{{- if not .Values.discourse.persistPlugins }}
|
||||
- name: DISCOURSE_DATA_TO_PERSIST
|
||||
value: "public/backups public/uploads"
|
||||
{{- end }}
|
||||
{{- if .Values.discourse.extraEnvVars }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.discourse.extraEnvVars "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user