Skip to content

Commit 9bd3c1d

Browse files
committed
allow resource settings to be set for falcon sensor injector pod
1 parent 1e9c813 commit 9bd3c1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helm-charts/falcon-sensor/templates/container_deployment_webhook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ spec:
183183
initialDelaySeconds: 5
184184
periodSeconds: 10
185185
resources:
186-
{{- toYaml .Values.resources | nindent 12 }}
186+
{{- toYaml .Values.container.resources | nindent 12 }}
187187
{{- if .Values.container.tolerations }}
188188
tolerations:
189189
{{- with .Values.container.tolerations }}

helm-charts/falcon-sensor/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ container:
220220

221221
tolerations: []
222222

223+
# Configure the requests and limits of the injector container
223224
resources:
224225
# limits:
225226
# cpu: 100m

0 commit comments

Comments
 (0)