All default netpols need to also be enabled during pre-install
hooks.
Motivation
A bug was encountered with the monitoring conversion to bb-common that resulted in that package's admission create job failing due to having no connectivity with istiod
or kube-dns. Ideally, all of the default policies will also be in place during pre-installs.
Acceptance Criteria
-
All default policies must, when enabled, be present during pre-install
,pre-ugprade
, andpost-delete
helm hooks as well as the normal package lifecycle.