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.
2 parents 4846405 + 8ce8c67 commit 22997b1Copy full SHA for 22997b1
manifests/state-ofed-driver/0050_ofed-driver-ds.yaml
@@ -177,11 +177,11 @@ spec:
177
command: [bash, -xc]
178
args:
179
- |
180
- until [ -f /mnt/shared-doca-driver-toolkit/dtk_start_compile ]; do
+ until [ -f /mnt/shared-doca-driver-toolkit/{{ .RuntimeSpec.Kernel }}/dtk_start_compile ]; do
181
echo Waiting for mofed-container container to prepare the shared directory
182
sleep 3
183
done
184
- exec /mnt/shared-doca-driver-toolkit/dtk_nic_driver_build.sh
+ exec /mnt/shared-doca-driver-toolkit/{{ .RuntimeSpec.Kernel }}/dtk_nic_driver_build.sh
185
env:
186
- name: DTK_OCP_NIC_SHARED_DIR
187
value: "/mnt/shared-doca-driver-toolkit"
0 commit comments