Skip to content

Commit

Permalink
BC-8876 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jan 29, 2025
1 parent 08161ba commit d11e49c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/pre_deployment/templates/job.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
name: deployment-metrics-marker-job
spec:
template:
os:
name: linux
spec:
os:
name: linux
containers:
- name: deployment-metrics-marker
image: quay.io/schulcloudverbund/infra-tools:latest
Expand Down
4 changes: 2 additions & 2 deletions ansible/roles/rocketchat/templates/fixup-job.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ spec:
spec:
activeDeadlineSeconds: 300
template:
os:
name: linux
spec:
os:
name: linux
containers:
- name: fixup-rocketchat-job
image: quay.io/schulcloudverbund/infra-tools:latest
Expand Down

0 comments on commit d11e49c

Please sign in to comment.