From a2c6b8decaeae6c9ba283c5d7dc34939908d4c39 Mon Sep 17 00:00:00 2001 From: Justin Law Date: Tue, 25 Jun 2024 12:06:09 -0400 Subject: [PATCH] fix create operator task --- tasks/create.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/create.yaml b/tasks/create.yaml index 8ac840fb0..6cfd462c9 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -230,7 +230,7 @@ tasks: actions: - description: "Create the Zarf package for the amd64 architectures" cmd: | - sudo ZARF_CONFIG="build/packages" uds zarf package create "packages/nvidia-gpu-operator" \ + sudo ZARF_CONFIG="packages/nvidia-gpu-operator/zarf-config.yaml" uds zarf package create "packages/nvidia-gpu-operator" \ --registry-override=nvcr.io=localhost:5001 --insecure \ -o "build/packages" \ --set VERSION=${VERSION} \