Skip to content

Commit

Permalink
create rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerred committed Feb 10, 2024
1 parent 9daf8d9 commit 53ac380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdk8s/dist/apps.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ spec:
parameters:
- name: sharedDevNum
value: "10"
- name: nodeFeatureRule
value: "true"
repoURL: https://intel.github.io/helm-charts/
targetRevision: 0.29.0
syncPolicy:
Expand Down
1 change: 1 addition & 0 deletions cdk8s/src/apps/intel-gpu-device-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function createIntelGpuDevicePluginApp(chart: Chart) {
helm: {
parameters: [
{ name: "sharedDevNum", value: "10" },
{ name: "nodeFeatureRule", value: "true" },
],
},
},
Expand Down

0 comments on commit 53ac380

Please sign in to comment.