_configuration.tpl 215 B

12345678
  1. {{- define "flame.configuration" -}}
  2. secret:
  3. flame-config:
  4. enabled: true
  5. data:
  6. PORT: {{ .Values.flameNetwork.webPort | quote }}
  7. PASSWORD: {{ .Values.flameConfig.password | quote }}
  8. {{- end -}}