1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00

Merge pull request #1045 from AhmedGrati/feat-disable-service-links-nfd-master

deployment: disable service links in NFD master pod
This commit is contained in:
Kubernetes Prow Robot 2023-02-06 08:55:01 -08:00 committed by GitHub
commit 94ab0ddd3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@ spec:
app: nfd
spec:
serviceAccount: nfd-master
enableServiceLinks: false
tolerations: []
containers:
- name: nfd-master

View file

@ -15,6 +15,7 @@ spec:
app: nfd-master
spec:
serviceAccount: nfd-master
enableServiceLinks: false
tolerations: []
containers:
- name: nfd-master

View file

@ -27,6 +27,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "node-feature-discovery.master.serviceAccountName" . }}
enableServiceLinks: false
securityContext:
{{- toYaml .Values.master.podSecurityContext | nindent 8 }}
containers: