ammachado commented on PR #3319:
URL: https://github.com/apache/camel-k/pull/3319#issuecomment-1145071890
I'm doing some tests here, and Camel-K is ignoring the `securityContext`
part of my pod template:
```yaml
containers:
- name: integration
volumeMounts:
- name: apptestpvc
mountPath: /mnt/shared
volumes:
- name: apptestpvc
persistentVolumeClaim:
claimName: apptestpvc
securityContext:
supplementalGroups:
- 606
```
Looking on the
[camel.apache.org_integrations.yaml](https://github.com/apache/camel-k/blob/main/config/crd/bases/camel.apache.org_integrations.yaml)
file, and it does not specifies the `supplementalGroups` property, which in my
case is needed to apply a volume mount permission.
Also this is not configurable by using the `kamel` command line, just by
editing the integration.
Is that correct?
--
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]