Skip to content
This repository has been archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
BC-8876 - add os to pod template for the deployment (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jan 30, 2025
1 parent 7673615 commit baa607c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/shd-client-core/templates/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
runAsGroup: 1000
fsGroup: 1000
runAsNonRoot: true
os:
name: linux
containers:
- name: shd-client
image: {{ SHD_CLIENT_IMAGE }}:{{ SHD_CLIENT_IMAGE_TAG }}
Expand Down

0 comments on commit baa607c

Please sign in to comment.