Skip to content

Commit 0dd3a01

Browse files
authored
enable grant permission in the same namespace (#94)
1 parent f1a3771 commit 0dd3a01

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/authorize-namespace.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ if [ $? -ne 0 ]; then
105105
exit 1
106106
fi
107107

108-
if [ "$TARGETNS" == "$TONS" ]; then
109-
echo "Namespace and to namespace cannot be the same namespace."
110-
help
111-
exit 1
112-
fi
113-
114108
if [ $DELETE -eq 1 ]; then
115109
echo "Deleting authorization that the NamespaceScope operator in $TONS to manages namespace $TARGETNS" >&2
116110
else

0 commit comments

Comments
 (0)