Skip to content

Commit

Permalink
Update charts/shield/templates/host/_configmap_helpers.tpl
Browse files Browse the repository at this point in the history
fix syntax error

Co-authored-by: Alberto Barba <[email protected]>
  • Loading branch information
aroberts87 and AlbertoBarba authored Oct 29, 2024
1 parent 107c94d commit 5792813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/shield/templates/host/_configmap_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{{- end }}
{{- end }}
{{- if or .Values.features.posture.host_posture.enabled (dig "kspm_analyzer" "enabled" false .Values.host.additional_settings) }}
{{- $config = merge $config (dict "kspm_analyzer" (dict "agent_app_name" (include "shield.name" .)) }}
{{- $config = merge $config (dict "kspm_analyzer" (dict "agent_app_name" (include "shield.name" .))) }}
{{- end }}
{{- if .Values.cluster_config.tags -}}
{{- $tagList := list }}
Expand Down

0 comments on commit 5792813

Please sign in to comment.