Skip to content

Commit 749ede5

Browse files
marquizk8s-infra-cherrypick-robot
authored andcommitted
helm: drop featureRulesController parameter
The nfd-master does not have such commandline flag as -featurerules-controller anymore.
1 parent b54530a commit 749ede5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

deployment/helm/node-feature-discovery/templates/master.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ spec:
125125
{{- if .Values.master.enableTaints }}
126126
- "-enable-taints"
127127
{{- end }}
128-
{{- if .Values.master.featureRulesController | kindIs "invalid" | not }}
129-
- "-featurerules-controller={{ .Values.master.featureRulesController }}"
130-
{{- end }}
131128
{{- if .Values.master.resyncPeriod }}
132129
- "-resync-period={{ .Values.master.resyncPeriod }}"
133130
{{- end }}

deployment/helm/node-feature-discovery/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ master:
7575
denyLabelNs: []
7676
extraLabelNs: []
7777
enableTaints: false
78-
featureRulesController: null
7978
nfdApiParallelism: null
8079
deploymentAnnotations: {}
8180
replicaCount: 1

0 commit comments

Comments
 (0)