diff --git a/nginx-governance/kustomization.yaml b/nginx-governance/kustomization.yaml index 95bdc84..30b224b 100644 --- a/nginx-governance/kustomization.yaml +++ b/nginx-governance/kustomization.yaml @@ -1,4 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: nginx-web resources: - - patch-resources.yaml \ No newline at end of file + - resourcequota.yaml + - limitrange.yaml + - networkpolicy.yaml \ No newline at end of file