Hernan Guardado
Hernan Guardado
### Requirement We have security requirements for production deployments that require modifications the integration pods/containers. For example, being able to configure `automountServiceAccountToken` to the deployed integration pod. Currently this is...
Adding pod template support for field: AutomountServiceAccountToken **Release Note** ```release-note NONE ```
### Requirement As a developer I want a way to add volume references to my integrations and also use the mount trait to mount configmaps/secrets. Currently this is not possible...
### What happened? Related [Zulip chat](https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/Sourceless.20failure.20when.20operator.20applies.20ksvc.20to.20cluster). 📓 Please keep in mind the integrations tested with are "sourceless" i.e. we generate and provide our own integration image. I recently extended the...
The default SizeLimit on mount trait empty-dir volumes is now configurable with the following syntax: trait.mount. empty-dirs=myVolumeName:/container/path:sizeLimit Where sizeLimit is a normal resource quantity e.g. 1Gi, 500Mi, etc. I considered...
### Requirement As part of the fix for issue #5752 a default SizeLimit is provided on the emptyDir volumes from the mount trait. Ideally this would be configurable by the...