We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4ced0 commit 0024ec2Copy full SHA for 0024ec2
templates/resourceclaim.yaml.j2
@@ -15,10 +15,10 @@ spec:
15
poolboy.gpte.redhat.com/resource-provider-name: babylon
16
generateName: {{ governor_name }}-{{ claim_postfix | default("") }}
17
labels:
18
- governor: {{ governor_name }}
+ governor: {{ governor_name }}
19
spec:
20
21
vars:
22
job_vars:
23
- {{ claim_content | indent(12) }}
+ {{ claim_content | to_nice_yaml | indent(12) }}
24
{% endif %}
0 commit comments