File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1421,6 +1421,21 @@ RECIPE
14211421 local data_dir=" ${validate_dir} /data"
14221422 mkdir -p " ${data_dir} /checks/gpu-operator"
14231423
1424+ # --data requires a registry.yaml in the external directory
1425+ cat > " ${data_dir} /registry.yaml" << 'REGISTRY '
1426+ apiVersion: aicr.nvidia.com/v1alpha1
1427+ kind: ComponentRegistry
1428+ components:
1429+ - name: gpu-operator
1430+ displayName: GPU Operator
1431+ healthCheck:
1432+ assertFile: checks/gpu-operator/assert.yaml
1433+ helm:
1434+ defaultRepository: https://helm.ngc.nvidia.com/nvidia
1435+ defaultChart: nvidia/gpu-operator
1436+ defaultNamespace: gpu-operator
1437+ REGISTRY
1438+
14241439 cat > " ${data_dir} /checks/gpu-operator/assert.yaml" << 'ASSERT '
14251440apiVersion: apps/v1
14261441kind: Deployment
You can’t perform that action at this time.
0 commit comments