Skip to content

Commit ce141d0

Browse files
authored
Experimental POC: add k8sgpt permissions (#438)
* Experimental POC: add k8sgpt permissions * Set customer data access to true
1 parent 88be4a3 commit ce141d0

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

pkg/investigations/aitest/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# aitest Investigation
2+
3+
Test investigation to run k8sgpt
4+
5+
## Testing
6+
7+
Refer to the [testing README](./testing/README.md) for instructions on testing this investigation
8+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: aitest
2+
rbac:
3+
roles: []
4+
clusterRoleRules:
5+
- verbs: ["get", "watch", "list"]
6+
apiGroups: ["*"]
7+
resources: ["*"]
8+
customerDataAccess: true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Testing aitest Investigation
2+
3+
TODO:
4+
- Add a test script or test objects to this directory for future maintainers to use
5+
- Edit this README file and add detailed instructions on how to use the script/objects to recreate the conditions for the investigation. Be sure to include any assumptions or prerequisites about the environment (disable hive syncsetting, etc)

0 commit comments

Comments
 (0)