File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/perftest/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
{{ macros.discovery_service(benchmark) }}
5
5
---
6
6
{{ macros.discovery_configmap(benchmark, master = 1, worker = benchmark.spec.num_workers) }}
7
- {% if benchmark .spec .volume_claim_template .access_modes and 'ReadWriteMany' in benchmark .spec .volume_claim_template .access_modes %}
7
+ {% if benchmark .spec .volume_claim_template .accessModes and 'ReadWriteMany' in benchmark .spec .volume_claim_template .accessModes %}
8
8
---
9
9
apiVersion: v1
10
10
kind: PersistentVolumeClaim
@@ -132,7 +132,7 @@ tasks:
132
132
mountPath: /mnt/benchmark/scratch
133
133
{{ macros.discovery_volume_mounts(benchmark) | indent(14) }}
134
134
volumes:
135
- {% if benchmark .spec .volume_claim_template .access_modes and 'ReadWriteMany' in benchmark .spec .volume_claim_template .access_modes %}
135
+ {% if benchmark .spec .volume_claim_template .accessModes and 'ReadWriteMany' in benchmark .spec .volume_claim_template .accessModes %}
136
136
- name: fio-scratch-pvc
137
137
persistentVolumeClaim:
138
138
claimName: {{ benchmark.metadata.name }}-fio-scratch-pvc
You can’t perform that action at this time.
0 commit comments