docs: Fix debug option

This commit is contained in:
Norbert Tretkowski
2025-01-09 10:41:25 +01:00
committed by Thorsten Roßner
parent b0e665b031
commit ae27a35f5a

View File

@@ -30,7 +30,7 @@ We for sure do not want to reinvent the wheel, so we might link to external sour
information where available. information where available.
> **Warning**<br> > **Warning**<br>
> You should never enable the debug option in production environments! By looking up `debug.enable` in the deployment, you > You should never enable the debug option in production environments! By looking up `debug.enabled` in the deployment, you
will find the various places changes are applied when enabling debugging. So, outside of development and test will find the various places changes are applied when enabling debugging. So, outside of development and test
environments, you should use them thoughtfully and carefully if needed. environments, you should use them thoughtfully and carefully if needed.
@@ -39,7 +39,7 @@ environments, you should use them thoughtfully and carefully if needed.
Check the openDesk [`debug.yaml.gotmpl`](../helmfile/environments/default/debug.yaml.gotmpl) and set for your deployment Check the openDesk [`debug.yaml.gotmpl`](../helmfile/environments/default/debug.yaml.gotmpl) and set for your deployment
``` ```
debug: debug:
enable: true enabled: true
``` ```
This will result in: This will result in: