Skip to content

Commit

Permalink
feat(falco-sidekick-env): Update env value
Browse files Browse the repository at this point in the history
In prevision of sidekick version bump.
falcosecurity/falcosidekick#346

Signed-off-by: Lyonel Martinez <lyonel.martinez@numberly.com>
  • Loading branch information
Lowaiz committed Jul 27, 2022
1 parent 79bc3ff commit f40b7da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions falcosidekick/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ spec:
name: {{ include "falcosidekick.fullname" . }}
{{- end }}
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: DEBUG
value: {{ .Values.config.debug | quote }}
- name: CUSTOMFIELDS
Expand Down

0 comments on commit f40b7da

Please sign in to comment.