Skip to content

Commit

Permalink
merge labels into metadata
Browse files Browse the repository at this point in the history
Co-authored-by: mamutmk5 <[email protected]>
  • Loading branch information
bn-pass and mamutmk5 authored Nov 22, 2023
1 parent 49029ce commit 537dc70
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,16 @@ spec:
concurrencyPolicy: Forbid
schedule: "{{ SERVER_DATA_DELETION_TRIGGER_CRONJOB_SCHEDULE|default("@hourly", true) }}"
jobTemplate:
labels:
app: data-deletion-trigger
cronjob: data-deletion-trigger
metadata:
labels:
app: data-deletion-trigger
app.kubernetes.io/part-of: schulcloud-verbund
app.kubernetes.io/version: {{ SCHULCLOUD_SERVER_IMAGE_TAG }}
app.kubernetes.io/name: data-deletion-trigger
app.kubernetes.io/component: data-deletion
app.kubernetes.io/managed-by: ansible
git.branch: {{ SCHULCLOUD_SERVER_BRANCH_NAME }}
git.repo: {{ SCHULCLOUD_SERVER_REPO_NAME }}
spec:
template:
spec:
Expand Down

0 comments on commit 537dc70

Please sign in to comment.