mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-27 02:22:21 +00:00
6 lines
139 B
Smarty
6 lines
139 B
Smarty
{{- define "owanalytics.config" -}}
|
|
{{- range $key, $value := .Values.configProperties }}
|
|
{{ $key }} = {{ $value }}
|
|
{{- end }}
|
|
{{- end -}}
|