From 4bce24e967a0c59582d8abf217ca6fb9231dceef Mon Sep 17 00:00:00 2001 From: ohemelaar-dinum Date: Tue, 13 Jan 2026 15:03:02 +0100 Subject: [PATCH] fix: add missing namespace to serviceaccount This missing namespace prevents the operator from being deployed with argocd and helmfile in some cases Signed-off-by: Oscar Hemelaar --- deployments/gpu-operator/templates/upgrade_crd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/gpu-operator/templates/upgrade_crd.yaml b/deployments/gpu-operator/templates/upgrade_crd.yaml index e1e2b248f..e887b3a81 100644 --- a/deployments/gpu-operator/templates/upgrade_crd.yaml +++ b/deployments/gpu-operator/templates/upgrade_crd.yaml @@ -4,6 +4,7 @@ apiVersion: v1 kind: ServiceAccount metadata: name: gpu-operator-upgrade-crd-hook-sa + namespace: {{ .Release.Namespace }} annotations: helm.sh/hook: pre-upgrade helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation