File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ resources:
3131# Only Pod(s) running a namespace labeled with 'metrics: enabled' will be able to gather the metrics.
3232# Only CR(s) which requires webhooks and are applied on namespaces labeled with 'webhooks: enabled' will
3333# be able to communicate with the Webhook Server.
34- - ../network-policy
34+ # - ../network-policy
3535
3636# Uncomment the patches line if you enable Metrics, and/or are using webhooks and cert-manager
3737patches :
Original file line number Diff line number Diff line change 11apiVersion : networking.k8s.io/v1
22kind : NetworkPolicy
33metadata :
4+ labels :
5+ app : external-secrets-operator
6+ app.kubernetes.io/name : external-secrets-operator
7+ app.kubernetes.io/managed-by : kustomize
48 name : deny-all-traffic
5- namespace : external-secrets-operator
9+ namespace : system
610spec :
711 podSelector :
812 matchLabels :
You can’t perform that action at this time.
0 commit comments