Files
chart/library/ix-dev/community/flame/templates/_configuration.tpl
Stavros Kois 1910172b63 add flame to community applications (#1578)
* add `flame` to `community` applications

* fix secCtx

* mroe perms

* add ui

* remove extra word
2023-09-28 18:14:32 +03:00

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 -}}