From d1dc5c3d97020e33f804d3fa64963c77907a2adb Mon Sep 17 00:00:00 2001 From: Jason Yong Date: Mon, 12 Dec 2022 15:50:58 +0000 Subject: [PATCH] Fix for the kustomize example watch-another-namespace (#377) Signed-off-by: Jason Yong Signed-off-by: Jason Yong --- .../examples/watch-another-namespace/wlo-ns2/wlo-roles.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/wlo-roles.yaml b/internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/wlo-roles.yaml index 71323b9f..80cada37 100644 --- a/internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/wlo-roles.yaml +++ b/internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/wlo-roles.yaml @@ -18,7 +18,6 @@ metadata: subjects: - kind: ServiceAccount name: websphere-liberty-controller-manager - namespace: wlo-ns --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding @@ -28,4 +27,3 @@ metadata: subjects: - kind: ServiceAccount name: websphere-liberty-controller-manager - namespace: wlo-ns