Skip to content

Commit

Permalink
chore: Drop duplicated fields from the sriov-network-operator chart v…
Browse files Browse the repository at this point in the history
…alues (#902)

Based on #531

The deleted fields copy the default values of the sriov-network-operator
chart. Dropping them doesn't affect the deployment.
  • Loading branch information
e0ne committed Apr 24, 2024
2 parents b1c48ad + a83c50e commit ff953f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
27 changes: 0 additions & 27 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,7 @@ node-feature-discovery:
# SR-IOV Network Operator chart related values
sriov-network-operator:
operator:
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
nodeSelector: {}
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: "node-role.kubernetes.io/master"
operator: In
values: [""]
- weight: 1
preference:
matchExpressions:
- key: "node-role.kubernetes.io/control-plane"
operator: In
values: [ "" ]
nameOverride: ""
fullnameOverride: ""
resourcePrefix: "nvidia.com"
cniBinPath: "/opt/cni/bin"
clusterType: "kubernetes"
admissionControllers:
enabled: false
certificates:
Expand Down
27 changes: 0 additions & 27 deletions hack/templates/values/values.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,7 @@ node-feature-discovery:
# SR-IOV Network Operator chart related values
sriov-network-operator:
operator:
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
nodeSelector: {}
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: "node-role.kubernetes.io/master"
operator: In
values: [""]
- weight: 1
preference:
matchExpressions:
- key: "node-role.kubernetes.io/control-plane"
operator: In
values: [ "" ]
nameOverride: ""
fullnameOverride: ""
resourcePrefix: "nvidia.com"
cniBinPath: "/opt/cni/bin"
clusterType: "kubernetes"
admissionControllers:
enabled: false
certificates:
Expand Down

0 comments on commit ff953f8

Please sign in to comment.