*: add example for disabling NetworkPolicies
(cherry picked from commit b4bf38ba6c)
(cherry picked from commit c21bf4fbfa478fd163c091054d9fcc98836d7045)
This commit is contained in:
committed by
ArthurSens
parent
fddf642de7
commit
030dec7656
@@ -0,0 +1,35 @@
|
||||
// Disables creation of NetworkPolicies
|
||||
|
||||
{
|
||||
blackboxExporter+: {
|
||||
networkPolicies:: {},
|
||||
},
|
||||
|
||||
kubeStateMetrics+: {
|
||||
networkPolicies:: {},
|
||||
},
|
||||
|
||||
nodeExporter+: {
|
||||
networkPolicies:: {},
|
||||
},
|
||||
|
||||
prometheusAdapter+: {
|
||||
networkPolicies:: {},
|
||||
},
|
||||
|
||||
alertmanager+: {
|
||||
networkPolicies:: {},
|
||||
},
|
||||
|
||||
grafana+: {
|
||||
networkPolicies:: {},
|
||||
},
|
||||
|
||||
prometheus+: {
|
||||
networkPolicies:: {},
|
||||
},
|
||||
|
||||
prometheusOperator+: {
|
||||
networkPolicies:: {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user