Skip to content

Commit

Permalink
docs(project): add namespaceResourceBlacklist
Browse files Browse the repository at this point in the history
Signed-off-by: Dag Andersen <[email protected]>
  • Loading branch information
dag-andersen committed Feb 3, 2025
1 parent ce48044 commit 90fabf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user-guide/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ spec:
sourceRepos: []
sourceNamespaces: []
destinations: []
clusterResourceWhitelist: []
namespaceResourceBlacklist:
- group: '*'
kind: '*'
```

After you modify the `default` project, any application that attempts to use it will be denied until you explicitly move the application to a more permissive project.
Expand Down

0 comments on commit 90fabf7

Please sign in to comment.