You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to see your Camel integrations in the Camel Dashboard you need for your user to have access to the Custom Resources created by the camel-dashboard-operator with the following permissions:
71
+
72
+
```yaml
73
+
- apiGroups:
74
+
- "camel.apache.org"
75
+
resources:
76
+
- apps
77
+
verbs:
78
+
- get
79
+
- list
80
+
- watch
81
+
```
82
+
83
+
You can use the helm script installation with the your values to easily create `Role`/`RoleBinding` pairs:
0 commit comments