mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
deployment: disable service links in NFD master pod
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
parent
1aa76029ac
commit
743c877ad8
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