Skip to content

Commit

Permalink
Fix merge ordering for agent overlay (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 authored Dec 20, 2024
1 parent ecf64bb commit 50245a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data:
{{- $region := .Values.region | required ".Values.region is required." -}}

{{- range .Values.agents }}
{{- $agent := merge (deepCopy $.Values.agent) . }}
{{- $agent := merge . (deepCopy $.Values.agent) }}
apiVersion: cloudwatch.aws.amazon.com/v1alpha1
kind: AmazonCloudWatchAgent
metadata:
Expand Down

0 comments on commit 50245a7

Please sign in to comment.