Version
edge
What Kubernetes platforms are you running on?
Other
What happened?
The default value for the AppProtect section in the Helm chart documentation has a few errorrs, which does not match the actual Helm chart YAML in the repo.
The controller.appprotect.volumes
key's example value is presented with curly quotes, which are not valid in JSON.
Additionally, the documentation for controller.appprotect.enforcer.image
andcontroller.appprotect.configManager.image
seems to be incorrect as it should be a map rather than a string, i.e. map[pullPolicy:IfNotPresent repository:private-registry.nginx.com/nap/waf-config-mgr tag:5.2.0]
.
Steps to reproduce
No response
Expected behaviour
No response
Kubectl Describe output
No response
Log output
No response
Contributing Guidelines