mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
* add `flame` to `community` applications * fix secCtx * mroe perms * add ui * remove extra word
9 lines
215 B
Smarty
9 lines
215 B
Smarty
{{- define "flame.configuration" -}}
|
|
secret:
|
|
flame-config:
|
|
enabled: true
|
|
data:
|
|
PORT: {{ .Values.flameNetwork.webPort | quote }}
|
|
PASSWORD: {{ .Values.flameConfig.password | quote }}
|
|
{{- end -}}
|