mattttv commented on issue #6433:
URL: https://github.com/apache/camel-k/issues/6433#issuecomment-3753820540
> Indeed, missing permissions. With some help from IA friend, I got it
working with :
>
> kubectl patch role camel-k-operator -n phi-camel-01 --type='json'
-p='[{"op": "add", "path": "/rules/-", "value": {"apiGroups": [""],
"resources": ["persistentvolumeclaims"], "verbs": ["get", "list", "watch",
"create", "date", "patch", "delete"]}}]'
hi ephemeris-lappis!
create,date,patch and delete is probably not needed here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]