Skip to content

Conversation

@lyuboxa
Copy link
Contributor

@lyuboxa lyuboxa commented Jun 11, 2025

Description

New PodTemplate is available under the custom resource which allows for:

  • Setting a service account on the conduit pod instance other than default.
  • Customize the container and pod security contexts.
  • Adjust resources associated with each pod.

These customizations are only applied to the conduit instance pod and all containers under it (init and regular).

See config/samples/conduit-generator-with-pod-template.yaml for example.

Fixes #82 #75

Quick checks:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

New `PodTemplate` is available under the custom resource which allows for:
- Setting a service account on the conduit pod instance other than default.
- Customize the container and pod security contexts.
- Adjust resources associated with each pod.

These customizations are only applied to the conduit instance pod and
all containers under it (init and regular).

See config/samples/conduit-generator-with-pod-template.yaml for example.
@lyuboxa lyuboxa requested a review from a team as a code owner June 11, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support specifying custom service account on Conduit CRD

2 participants