Skip to content

Commit

Permalink
BC-8876 - set os filed for POD Templates from Deployment and Jobs (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jan 30, 2025
1 parent c277c79 commit e99bce0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
runAsGroup: 1000
fsGroup: 1000
runAsNonRoot: true
os:
name: linux
containers:
- name: calendar
image: {{ SCHULCLOUD_CALENDAR_IMAGE }}:{{ SCHULCLOUD_CALENDAR_IMAGE_TAG }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spec:
app.kubernetes.io/managed-by: ansible
git.repo: {{ SCHULCLOUD_CALENDAR_REPO_NAME }}
spec:
os:
name: linux
volumes:
- name: config-script
configMap:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
spec:
template:
spec:
os:
name: linux
containers:
- name: calendar-db-init
image: schulcloud/infra-tools:latest
Expand Down

0 comments on commit e99bce0

Please sign in to comment.