feat: Use associative arrays instead of objects for complex plugin options
Merge Request Description
This adds an option to the used json_decode function for complex plugin options which uses associative arrays instead of objects, which lead to a problem with the managesieve plugin.
Additional Information
- Related issues: None
- Related merge requests: None
Checklist
-
helm chart linting has no errors ( helm lint . -f values.lint.yaml). -
I have deployed the updated helm chart to my own Kubernetes cluster successfully. -
I have added a line to CHANGELOG.mdto describe my changes.