Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

control-service: add security context to Data Job template #713

Merged

Commits on Feb 18, 2022

  1. control-service: add security context to Data Job template

    In order to run the data jobs as user 1000 and group 1000,
    we need to add the following properties to the template:
    
    * spec.jobTemplate.spec.template.spec.securityContext.fsGroup: 1000
    * spec.jobTemplate.spec.template.spec.securityContext.runAsGroup: 1000
    * spec.jobTemplate.spec.template.spec.securityContext.runAsUser: 1000
    
    Testing done: unit and integration tests
    
    Signed-off-by: Miroslav Ivanov miroslavi@vmware.com
    mivanov1988 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    94ea1d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bff29d View commit details
    Browse the repository at this point in the history