mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add vuln database config for sandbox (#7126)
This commit is contained in:
parent
71952c9b0a
commit
56910ea261
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ spec:
|
|||
value: "1"
|
||||
- name: FLEET_LICENSE_ENFORCE_HOST_LIMIT
|
||||
value: "true"
|
||||
- name: FLEET_VULNERABILITIES_DATABASES_PATH
|
||||
value: /tmp/vuln
|
||||
{{- if ne .Values.packaging.enrollSecret "" }}
|
||||
- name: FLEET_PACKAGING_GLOBAL_ENROLL_SECRET
|
||||
value: "{{ .Values.packaging.enrollSecret }}"
|
||||
|
|
@ -303,6 +305,8 @@ spec:
|
|||
- name: osquery-logs
|
||||
mountPath: /logs
|
||||
{{- end }}
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
{{- end }}
|
||||
{{- if .Values.gke.cloudSQL.enableProxy }}
|
||||
- name: cloudsql-proxy
|
||||
|
|
@ -349,6 +353,8 @@ spec:
|
|||
emptyDir:
|
||||
sizeLimit: "{{ .Values.osquery.logging.filesystem.volumeSize }}"
|
||||
{{- end }}
|
||||
- name: tmp
|
||||
emptyDir:
|
||||
{{- end }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
|
|
|
|||
Loading…
Reference in a new issue