Skip to content

Commit

Permalink
remove securityContext for init-bundle-ca-trust
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelKle committed May 16, 2024
1 parent 69c6704 commit ee933a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions roles/installer/templates/deployments/task.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ spec:
image: '{{ _init_container_image }}'
imagePullPolicy: '{{ image_pull_policy }}'
resources: {{ init_container_resource_requirements }}
securityContext:
runAsUser: 0
runAsGroup: 0
command:
- /bin/sh
- -c
Expand Down
3 changes: 0 additions & 3 deletions roles/installer/templates/deployments/web.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ spec:
image: '{{ _init_container_image }}'
imagePullPolicy: '{{ image_pull_policy }}'
resources: {{ init_container_resource_requirements }}
securityContext:
runAsUser: 0
runAsGroup: 0
command:
- /bin/sh
- -c
Expand Down
3 changes: 0 additions & 3 deletions roles/installer/templates/jobs/migration.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ spec:
image: '{{ _init_container_image }}'
imagePullPolicy: '{{ image_pull_policy }}'
resources: {{ init_container_resource_requirements }}
securityContext:
runAsUser: 0
runAsGroup: 0
command:
- /bin/sh
- -c
Expand Down

0 comments on commit ee933a8

Please sign in to comment.