We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54530a commit 749ede5Copy full SHA for 749ede5
deployment/helm/node-feature-discovery/templates/master.yaml
@@ -125,9 +125,6 @@ spec:
125
{{- if .Values.master.enableTaints }}
126
- "-enable-taints"
127
{{- end }}
128
- {{- if .Values.master.featureRulesController | kindIs "invalid" | not }}
129
- - "-featurerules-controller={{ .Values.master.featureRulesController }}"
130
- {{- end }}
131
{{- if .Values.master.resyncPeriod }}
132
- "-resync-period={{ .Values.master.resyncPeriod }}"
133
deployment/helm/node-feature-discovery/values.yaml
@@ -75,7 +75,6 @@ master:
75
denyLabelNs: []
76
extraLabelNs: []
77
enableTaints: false
78
- featureRulesController: null
79
nfdApiParallelism: null
80
deploymentAnnotations: {}
81
replicaCount: 1
0 commit comments