diff --git a/alloy/helm/alloy-config/templates/configmap.yaml b/alloy/helm/alloy-config/templates/configmap.yaml index 96ee576..a56f975 100644 --- a/alloy/helm/alloy-config/templates/configmap.yaml +++ b/alloy/helm/alloy-config/templates/configmap.yaml @@ -5,4 +5,4 @@ metadata: namespace: monitoring data: alloy.config: | - {{- readFile "alloy.hcl" | nindent 4 }} \ No newline at end of file + {{- .Files.Get "alloy.hcl" | nindent 4 }} \ No newline at end of file