VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
436 stars 146 forks source link

build/security: removes AppArmorProfile and SeccompProfile from defaults #1129

Closed f41gh7 closed 1 month ago

f41gh7 commented 1 month ago

It allow to use strictSecurity with hosts without AppArmor and Seccomp (windows nodes for instance). This change doesn't affect security, neither adds breaking changes, since AppArmor and Seccomp are rarely used. And set by default to the same values, as operator added.

Related issue https://github.com/VictoriaMetrics/operator/issues/1120