Forgotten import
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
fbb1ad8033
commit
51b4c381ae
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue