1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +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 app: nfd
spec: spec:
serviceAccount: nfd-master serviceAccount: nfd-master
enableServiceLinks: false
tolerations: [] tolerations: []
containers: containers:
- name: nfd-master - name: nfd-master

View file

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

View file

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