Skip to content

Commit

Permalink
change the key for the rulesfiles range
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <[email protected]>
  • Loading branch information
Issif authored and poiana committed Nov 8, 2024
1 parent 63edaff commit ba7220b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/falco-talon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This file documents all notable changes to Falco Talon Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## 0.1.3 - 2024-11-08

- change the key for the range over the rules files

## 0.1.2 - 2024-10-14

- remove all refs to the previous org
Expand Down
2 changes: 1 addition & 1 deletion charts/falco-talon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.1.1
description: React to the events from Falco
name: falco-talon
version: 0.1.2
version: 0.1.3
keywords:
- falco
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/falco-talon/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ metadata:
data:
rules.yaml: |-
{{- range $file := .Values.config.rulesFiles -}}
{{ $fileContent := $.Files.Get . }}
{{ $fileContent := $.Files.Get $file }}
{{- $fileContent | nindent 4 -}}
{{- end -}}

0 comments on commit ba7220b

Please sign in to comment.