Fix typo enabling pprof (#114)
Nothing critical, but had a typo in the naming of the config entry to enable `pprof`. Co-authored-by: josef <josef.nilsen@outlook.com> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/114 Reviewed-by: luhahn <luhahn@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: JosefWN <josefwn@noreply.gitea.io> Co-committed-by: JosefWN <josefwn@noreply.gitea.io>
This commit is contained in:
parent
28e94f96e3
commit
790d0405c2
4 changed files with 5 additions and 4 deletions
|
@ -304,7 +304,7 @@ gitea:
|
|||
|
||||
config:
|
||||
server:
|
||||
PPROF_ENABLED: true
|
||||
ENABLE_PPROF: true
|
||||
```
|
||||
|
||||
### Pod Annotations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue