Adding back namespace variable into overlays kustomization
This commit is contained in:
parent
a7e9adefd9
commit
89957f32c3
|
|
@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
|
|||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: default-deny
|
||||
namespace: your-namespace
|
||||
namespace: intern-workspace
|
||||
spec:
|
||||
podSelector: {}
|
||||
policyTypes:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- ../../base
|
||||
|
||||
# namespace: intern-workspace
|
||||
namespace: intern-workspace
|
||||
namePrefix: dev-
|
||||
commonLabels:
|
||||
environment: dev
|
||||
|
|
|
|||
Loading…
Reference in New Issue