Skip to content

Commit

Permalink
[FIX] missing config key ta static config
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Takashi <nicolas.takashi@coralogix.com>
  • Loading branch information
nicolastakashi committed Oct 8, 2024
1 parent 4e09db2 commit 00df8fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ data:
service_monitor_selector: {}
{{- end }}
{{- end }}
scrape_configs: {{ tpl (.Values.targetAllocator.scrapeConfigs | toYaml) . | nindent 6 }}
config:
scrape_configs: {{ tpl (.Values.targetAllocator.scrapeConfigs | toYaml) . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 00df8fc

Please sign in to comment.