From 1428e05079ec96eb38adb154b28fff75b89cd084 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 29 Mar 2023 00:49:34 +0200 Subject: [PATCH] fix(drivers): Drop workaround after providing upstream fix Reference: https://github.com/RadeonOpenCompute/k8s-device-plugin/pull/36 --- infrastructure/drivers/amd-gpu.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/infrastructure/drivers/amd-gpu.yaml b/infrastructure/drivers/amd-gpu.yaml index a05cc78ed..d3dfeb9b8 100644 --- a/infrastructure/drivers/amd-gpu.yaml +++ b/infrastructure/drivers/amd-gpu.yaml @@ -27,9 +27,6 @@ spec: values: nfd: enabled: true - dp: - image: - tag: 1.18.0 namespace: drivers-system securityContext: allowPrivilegeEscalation: false -- GitLab