-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report
General Information
- Helm Chart Kubearmor
To Reproduce
- Just set the imagePullSecrets values when using a private registry for problem 1.
- Attempting to set the tolerances breaks the code, as it already exists.
Expected behavior
Currently, some KubeArmor chart Helm templates render fields like imagePullSecrets and tolerances with incorrect indentation, even though in a controller deployment the field is in the same column as the imagePullPolicy, which is not implemented. This generates visually invalid/confusing YAML and deviates from Helm best practices.
There is also a problem with the parameter in the daemonset template, where the tolerances parameter is fixed and cannot be customized.
Screenshots
Error helm:
Template daemonset:
Template deployment:

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working