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
Is your feature request related to a problem? Please describe.
We have enforced OPA policies which means we have to set runAsUser in our deployments. Can we have the option to set the securityContext for the targetallocator?
admission webhook \"webhook.openpolicyagent.org\" denied the request: runAsUser not specified kind
Describe the solution you'd like
Add securityContext configuration for Target Allocator.
Thanks for this issue – this is certainly something we should add, and we're actually looking in to splitting out the target allocator in to its own CRD (see here for the beginning of that work). I think this is probably worth doing before then though. Would you be able to work on this? Here's an example of what to do
Component(s)
target allocator
Is your feature request related to a problem? Please describe.
We have enforced OPA policies which means we have to set runAsUser in our deployments. Can we have the option to set the securityContext for the targetallocator?
admission webhook \"webhook.openpolicyagent.org\" denied the request: runAsUser not specified kind
Describe the solution you'd like
Add securityContext configuration for Target Allocator.
spec: mode: statefulset targetAllocator: enabled: true runAsUser: 65532
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: