mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Forgotten import
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
### Crawler cron jobs
|
||||
#
|
||||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env %}
|
||||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env, security_context %}
|
||||
{% for cronjob in mirrormanager_cron_crawler %}
|
||||
---
|
||||
# Category: {{ cronjob.category }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env %}
|
||||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env, security_context %}
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
|
||||
Reference in New Issue
Block a user