add comment specifying kubernetes user (#24555)

This commit is contained in:
Alex Fornuto 2023-04-14 16:58:06 -05:00 committed by GitHub
parent 5a46f044b5
commit d0a0fba8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ spec:
kubernetes_groups:
- viewers
kubernetes_users:
# Replace USER with the Kubernetes user for your current context.
- USER
deny: {}
```