Skip to content

Commit

Permalink
BC-8393 - Remove tldraw migration job (#5381)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP authored Dec 5, 2024
1 parent 7b3fee5 commit 19821f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
22 changes: 0 additions & 22 deletions ansible/roles/schulcloud-server-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,28 +214,6 @@
tags:
- ingress


- name: remove old tldraw migration Job
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
api_version: batch/v1
kind: Job
name: tldraw-migration-job
state: absent
wait: yes
tags:
- job

- name: tldraw migration Job
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: tldraw-migration-job.yml.j2
when: WITH_TLDRAW2 is defined and WITH_TLDRAW2|bool
tags:
- job

- name: Delete Files CronJob
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
Expand Down

This file was deleted.

0 comments on commit 19821f8

Please sign in to comment.