Skip to content

Commit

Permalink
Merge pull request #47 from ctriegg-mak/configure_debug_cloudwatch-ag…
Browse files Browse the repository at this point in the history
…ent-prometheus

feat(cloudwatch-agent-prometheus): change debug default value and make it configurable
  • Loading branch information
aghamyan44 committed Dec 5, 2022
2 parents dcb2244 + b80053d commit 874ce79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloudwatch-agent-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
{
"agent": {
"region": "{{ .Values.region }}",
"debug": true
"debug": {{ .Values.debug }}
},
"logs": {
"metrics_collected": {
Expand Down
2 changes: 2 additions & 0 deletions charts/cloudwatch-agent-prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ tolerations: []

affinity: {}

debug: false

containerdSockPath: /run/containerd/containerd.sock

0 comments on commit 874ce79

Please sign in to comment.