Skip to content
Snippets Groups Projects
Verified Commit 419b4e09 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(cert-manager): Fix kustomize object matching

Kustomize selects the objects before rendering them, therefore the
included file should really address the same target, in this case
without a namespace.
parent 915d3c7a
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1 ...@@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy kind: NetworkPolicy
metadata: metadata:
name: allow-from-monitoring name: allow-from-monitoring
namespace: cert-manager
spec: spec:
podSelector: podSelector:
matchLabels: matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment