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:
commit
94ab0ddd3d
3 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ spec:
|
|||
app: nfd
|
||||
spec:
|
||||
serviceAccount: nfd-master
|
||||
enableServiceLinks: false
|
||||
tolerations: []
|
||||
containers:
|
||||
- name: nfd-master
|
||||
|
|
|
@ -15,6 +15,7 @@ spec:
|
|||
app: nfd-master
|
||||
spec:
|
||||
serviceAccount: nfd-master
|
||||
enableServiceLinks: false
|
||||
tolerations: []
|
||||
containers:
|
||||
- name: nfd-master
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue