Skip to content

Commit

Permalink
Address reviewer requested changes
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
  • Loading branch information
ArangoGutierrez committed Jun 26, 2023
1 parent d1c2b99 commit 25c95de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/network-operator/templates/upgrade-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
kubectl apply -f /crds/sriov-network-operator;
{{- end }}
{{- if .Values.nfd.enabled }}
if ! kubectl get crd | grep -E "nodefeaturerules\.nfd\.k8s-sigs\.io|nodefeatures\.nfd\.k8s-sigs\.io" ; then kubectl apply -f /crds/node-feature-discovery; fi
kubectl apply -f /crds/node-feature-discovery;
{{- end }}
restartPolicy: OnFailure
{{- end }}
1 change: 1 addition & 0 deletions hack/templates/values/values.template
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ node-feature-discovery:
deviceLabelFields:
- vendor
master:
instance: "nvidia.networking"
serviceAccount:
name: node-feature-discovery
create: true
Expand Down

0 comments on commit 25c95de

Please sign in to comment.