grafana_dashboards_generate: fix "file" local variable
This commit is contained in:
@@ -174,7 +174,7 @@ addConfigMapHeader() {
|
|||||||
|
|
||||||
addArrayToConfigMap() {
|
addArrayToConfigMap() {
|
||||||
# This function process the array to_process into a configmap
|
# This function process the array to_process into a configmap
|
||||||
|
local file=""
|
||||||
local OLDIFS=$IFS
|
local OLDIFS=$IFS
|
||||||
local IFS=$'\n'
|
local IFS=$'\n'
|
||||||
for file in ${to_process[@]}; do
|
for file in ${to_process[@]}; do
|
||||||
|
Reference in New Issue
Block a user