Skip to content

Commit

Permalink
add datadog apm enabled value kops helmfile (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyu authored and osterman committed Jun 15, 2018
1 parent 8786e74 commit fc24506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rootfs/conf/kops/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,9 @@ releases:

- name: "datadog.collectEvents"
value: "true"

- name: "datadog.apmEnabled"
value: '{{ env "DATADOG_APM_ENABLED" }}'

- name: "rbac.create"
value: "false"
Expand Down

0 comments on commit fc24506

Please sign in to comment.