Skip to content

Commit 0024ec2

Browse files
authored
Make claim_content yaml/dict (#35)
1 parent 4b4ced0 commit 0024ec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/resourceclaim.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ spec:
1515
poolboy.gpte.redhat.com/resource-provider-name: babylon
1616
generateName: {{ governor_name }}-{{ claim_postfix | default("") }}
1717
labels:
18-
governor: {{ governor_name }}
18+
governor: {{ governor_name }}
1919
spec:
20-
governor: {{ governor_name }}
20+
governor: {{ governor_name }}
2121
vars:
2222
job_vars:
23-
{{ claim_content | indent(12) }}
23+
{{ claim_content | to_nice_yaml | indent(12) }}
2424
{% endif %}

0 commit comments

Comments
 (0)