Add extraVolumes and extraVolumeMounts to fleet (#7684)

This commit is contained in:
Ivan Panteleev
2022-10-10 10:01:45 -05:00
committed by GitHub
parent bc194d18c7
commit 2dae3aa62b
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -291,6 +291,9 @@ spec:
- name: osquery-logs
mountPath: /logs
{{- end }}
{{- with .Values.fleet.extraVolumeMounts }}
{{- toYaml . | nindent 10 }}
{{- end }}
{{- end }}
{{- if .Values.gke.cloudSQL.enableProxy }}
- name: cloudsql-proxy
@@ -339,6 +342,9 @@ spec:
emptyDir:
sizeLimit: "{{ .Values.osquery.logging.filesystem.volumeSize }}"
{{- end }}
{{- with .Values.fleet.extraVolumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
+2
View File
@@ -70,6 +70,8 @@ fleet:
accessKeyID: ""
secretKey: s3-bucket
stsAssumeRoleARN: ""
extraVolumes: []
extraVolumeMounts: []
## Section: osquery
# All of the settings related to osquery's interactions with the Fleet server