Skip to content

Commit

Permalink
fix: use boolean instead of string enhanced_container_insights
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Gorman committed Feb 11, 2024
1 parent 8fc7666 commit 8566c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/aws-cloudwatch-metrics/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
"metrics_collected": {
"kubernetes": {
"cluster_name": "{{ .Values.clusterName }}",
"enhanced_container_insights": "{{ .Values.enhancedContainerInsights.enabled }}",
"enhanced_container_insights": {{ .Values.enhancedContainerInsights.enabled }},
"metrics_collection_interval": 60
}
},
Expand Down

0 comments on commit 8566c52

Please sign in to comment.