Fix indentation
This commit is contained in:
parent
51b4c381ae
commit
bc5ffc35b1
2 changed files with 26 additions and 23 deletions
|
@ -80,7 +80,10 @@ spec:
|
|||
command: ["mm2_get-netblocks", "--debug", "internet2", "/var/cache/mirrorlist/i2_netblocks.txt"]
|
||||
env:
|
||||
{{ common_env() | indent(4) }}
|
||||
{{ volumes() | indent(4) }}
|
||||
volumeMounts:
|
||||
{{ common_volume_mounts() | indent(4) }}
|
||||
volumes:
|
||||
{{ common_volumes() | indent(4) }}
|
||||
{{ security_context() | indent(4) }}
|
||||
---
|
||||
# Amazon EC2 netblocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue