Fix imports
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
bc5ffc35b1
commit
0d30d6bcf1
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
### Primary mirror scanning cron jobs
|
||||
#
|
||||
{% from "_macros.yml" import volumes, common_env, security_context %}
|
||||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env, security_context %}
|
||||
{% for cronjob in mirrormanager_cron_primary_mirror %}
|
||||
---
|
||||
# Category: {{ cronjob.category }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Propagation checks
|
||||
#
|
||||
{% from "_macros.yml" import volumes, common_env, security_context %}
|
||||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env, security_context %}
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue