Skip to content

Commit

Permalink
trigger PR over api change
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Nov 14, 2024
1 parent cf4e84d commit d483e1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/macvlannetwork_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
// MacvlanNetworkCRDName is used for the CRD Kind.
// XXX MacvlanNetworkCRDName is used for the CRD Kind.

Check failure on line 24 in api/v1alpha1/macvlannetwork_types.go

View workflow job for this annotation

GitHub Actions / golangci-lint

exported: comment on exported const MacvlanNetworkCRDName should be of the form "MacvlanNetworkCRDName ..." (revive)
MacvlanNetworkCRDName = "MacvlanNetwork"
)

Expand Down
4 changes: 2 additions & 2 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Default values for network-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# TODO: For test 40

nfd:
# -- Deploy Node Feature Discovery operator.
enabled: true
Expand All @@ -31,7 +31,7 @@ sriovNetworkOperator:

nicConfigurationOperator:
# -- Deploy NIC Configuration Operator.
enabled: true
enabled: false

# Set both enableNodeFeatureApi and NodeFeatureAPI feature gate to false to disable.
node-feature-discovery:
Expand Down

0 comments on commit d483e1d

Please sign in to comment.