kubearmor-client icon indicating copy to clipboard operation
kubearmor-client copied to clipboard

Add configuration options in `karmor install`

Open daemon1024 opened this issue 4 years ago • 1 comments

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

daemon1024 avatar Nov 02 '21 10:11 daemon1024

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....

daemon1024 avatar Dec 21 '21 06:12 daemon1024