Description
docs/CONFIGURATION.md shows incorrect default values for two parameters:
| Parameter |
Docs says |
values.yaml actual |
citadel.guardrails.openaiModeration |
false |
true |
citadel.passthrough.enabled |
false |
true |
Fix
Update docs/CONFIGURATION.md lines 34 and 41 to show true as the default, matching values.yaml.
Found During
Local testing of v0.2.1 on Docker Desktop Kubernetes.
Description
docs/CONFIGURATION.mdshows incorrect default values for two parameters:citadel.guardrails.openaiModerationfalsetruecitadel.passthrough.enabledfalsetrueFix
Update
docs/CONFIGURATION.mdlines 34 and 41 to showtrueas the default, matchingvalues.yaml.Found During
Local testing of v0.2.1 on Docker Desktop Kubernetes.