Skip to content

Commit 813e5f1

Browse files
authored
BC-8876 - add os to the pod template from the deployment (#123)
1 parent 077e8c6 commit 813e5f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/tldraw-client-core/templates/tldraw-client-deployment.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ spec:
4646
runAsGroup: 1000
4747
fsGroup: 1000
4848
runAsNonRoot: true
49+
os:
50+
name: linux
4951
containers:
5052
- name: tldraw-client
5153
image: {{ TLDRAW_CLIENT_IMAGE }}:{{ TLDRAW_CLIENT_IMAGE_TAG }}

0 commit comments

Comments
 (0)