Skip to content

Commit e49d56d

Browse files
authored
BC-8876 - add os to the pod template from the deployment (#52)
1 parent b75a84d commit e49d56d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ansible/roles/tldraw-server/templates/deployment.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ spec:
4747
runAsGroup: 1000
4848
fsGroup: 1000
4949
runAsNonRoot: true
50+
os:
51+
name: linux
5052
containers:
5153
- name: tldraw
5254
image: {{ TLDRAW_SERVER_IMAGE }}:{{ TLDRAW_SERVER_IMAGE_TAG }}

ansible/roles/tldraw-server/templates/worker-deployment.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ spec:
4747
runAsGroup: 1000
4848
fsGroup: 1000
4949
runAsNonRoot: true
50+
os:
51+
name: linux
5052
containers:
5153
- name: tldraw-worker
5254
image: {{ TLDRAW_SERVER_IMAGE }}:{{ TLDRAW_SERVER_IMAGE_TAG }}

0 commit comments

Comments
 (0)