Skip to content

Commit 3ab9633

Browse files
committed
Disable
ode-feature-discovery when fd.enabled is false Signed-off-by: Baalekshan <[email protected]>
1 parent b21639b commit 3ab9633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/gpu-operator/templates/clusterrolebinding.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ subjects:
99
- kind: ServiceAccount
1010
name: gpu-operator
1111
namespace: {{ $.Release.Namespace }}
12+
{{- if .Values.nfd.enabled }}
1213
- kind: ServiceAccount
1314
name: node-feature-discovery
1415
namespace: {{ $.Release.Namespace }}

0 commit comments

Comments
 (0)