Add vuln database config for sandbox (#7126)

This commit is contained in:
Zachary Winnerman 2022-08-10 09:22:13 -04:00 committed by GitHub
parent 71952c9b0a
commit 56910ea261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: