Skip to content

Commit

Permalink
Merge pull request #915 from RedHatInsights/psav/enable_pprof
Browse files Browse the repository at this point in the history
Added pprof enable
  • Loading branch information
psav authored Jan 8, 2024
2 parents d9690ff + be7d821 commit fc85c71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/deployment-template/clowder_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ data:
"create": ${DEBUG_CACHE_CREATE},
"update": ${DEBUG_CACHE_UPDATE},
"apply": ${DEBUG_CACHE_APPLY}
},
"pprof": {
"enable": ${DEBUG_PPROF_ENABLE}
}
},
"features": {
Expand Down
2 changes: 2 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ parameters:
value: "false"
- name: DEBUG_CACHE_APPLY
value: "false"
- name: DEBUG_PPROF_ENABLE
value: "false"
- name: CREATE_SERVICE_MONITORS
value: "false"
- name: WATCH_STRIMZI_RESOURCES
Expand Down

0 comments on commit fc85c71

Please sign in to comment.