kubearmor-client
kubearmor-client copied to clipboard
Add configuration options in `karmor install`
Allow overwriting auto detected deployment options through flags like
- [ ] container runtime socket
- [x] kubearmor flags/arguements
- [ ] apparmor/selinux mounts
- [x] kubearmor image tag #28
- [x] namespace #21
Noting we should consider using https://github.com/spf13/viper, it can help us accept configuration from not only just from flags but from env, yaml, json, toml....