Skip to content

Commit

Permalink
nfd-topology-updater add pods fingerprint by default
Browse files Browse the repository at this point in the history
  • Loading branch information
leemingeer committed Jan 26, 2024
1 parent b6822a3 commit ea2cfd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ spec:
- "-key-file=/etc/kubernetes/node-feature-discovery/certs/tls.key"
- "-cert-file=/etc/kubernetes/node-feature-discovery/certs/tls.crt"
{{- end }}
{{- if .Values.topologyUpdater.podSetFingerprint }}
- "-pods-fingerprint"
{{- if .Values.topologyUpdater.podSetFingerprint | empty }}
- "-pods-fingerprint=false"
{{- end }}
{{- if .Values.topologyUpdater.kubeletConfigPath | empty | not }}
- "-kubelet-config-uri=file:///host-var/kubelet-config"
Expand Down

0 comments on commit ea2cfd0

Please sign in to comment.