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

fix(database): Fix database shared template

The template still contained a wrong namespace name which was a copied
from a policy template. Since the switch to a simple shared document the
namespace name is filled in by kustomize instead and therefore has to be
removed from the shared file.
parent deeaa7c2
Branches
Tags 12.3.4
No related merge requests found
......@@ -2,7 +2,6 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-from-database
namespace: "{{request.object.metadata.name}}"
spec:
policyTypes:
- Ingress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment