Skip to content

Commit

Permalink
fix: runtimeclassname location (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw authored Jul 17, 2024
1 parent 9104559 commit 4ca699d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: gpu-support-test
namespace: leapfrogai
spec:
runtimeClassName: nvidia
selector:
matchLabels:
app: gpu-support-test
Expand All @@ -14,6 +13,7 @@ spec:
labels:
app: gpu-support-test
spec:
runtimeClassName: nvidia
containers:
- name: gpu-support-test
image: "###ZARF_VAR_IMAGE_REPOSITORY###:###ZARF_VAR_IMAGE_VERSION###"
Expand Down
4 changes: 2 additions & 2 deletions zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package:
create:
set:
image_repository: "ghcr.io/justinthelaw/gpu-support-test"
image_version: 0.2.0
image_version: 0.2.1
name: gpu-support-test
max_package_size: "1000000000"
deploy:
set:
image_repository: "ghcr.io/justinthelaw/gpu-support-test"
image_version: 0.2.0
image_version: 0.2.1

0 comments on commit 4ca699d

Please sign in to comment.