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

fix(namespace-configuration): Try to solve accumulating namespace

This patch may helps to resolve the "accumulating resources from 'postgres'" error
parent 862e0541
Branches
Tags
No related merge requests found
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: zalando-postgres
namespace: namespace-configuration-operator
resources:
- namespace.yaml
- subscription.yaml
......
......@@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: namespace-configuration-operator
labels:
name: namespace-configuration-operator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment