mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
@@ -1,7 +1,7 @@
|
||||
{% from "_macros.yml.j2" import common_volume_mounts, common_volumes, common_env %}
|
||||
|
||||
# Can't talk to the prod proxies in the mirrorlist_proxies group
|
||||
{% if env == "staging" %}
|
||||
# Staging can't talk to the prod proxies in the mirrorlist_proxies group
|
||||
{% if env == "production" %}
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% from "_macros.yml.j2" import common_volume_mounts, common_volumes, common_env, security_context with context %}
|
||||
|
||||
# Can't talk to the prod proxies in the mirrorlist_proxies group
|
||||
{% if env == "staging" %}
|
||||
# Staging can't talk to the prod proxies in the mirrorlist_proxies group
|
||||
{% if env == "production" %}
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
|
||||
Reference in New Issue
Block a user