Skip to content

Commit

Permalink
remove the helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <issif+github@gadz.org>
  • Loading branch information
Issif authored and poiana committed Oct 22, 2024
1 parent 4c5f505 commit 6a1a344
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 1,148 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,16 @@ To generate the images to test locally you can run `mage buildImagesLocal`

### Helm

The helm chart is available in the folder [`deployment/helm`](https://github.com/falcosecurity/falco-talon/tree/main/deployment/helm).
The helm chart is available in the repo [`charts`](https://github.com/falcosecurity/charts/tree/master/charts/falco-talon).

Two config files are provided:
* `values.yaml` allows you to configure `Falcon Talon` and the deployment
* `values.yaml` allows you to configure `Falcon Talon` and the deployment, the list of available values is [here](https://github.com/falcosecurity/charts/tree/master/charts/falco-talon#configuration)
* `rules.yaml` contains rules to set

```shell
cd deployment/helm/
helm install falco-talon . -n falco --create-namespace
helm repo add falcosecurity https://falcosecurity.github.io/charts
helm repo update
helm install falco-talon falcosecurity/falco -n falco --create-namespace
```

#### Configure Falcosidekick
Expand Down
13 changes: 0 additions & 13 deletions deployment/helm/CHANGELOG.md

This file was deleted.

16 changes: 0 additions & 16 deletions deployment/helm/Chart.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions deployment/helm/README.gotmpl

This file was deleted.

120 changes: 0 additions & 120 deletions deployment/helm/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions deployment/helm/rules.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions deployment/helm/rules_override.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions deployment/helm/templates/_helpers.tpl

This file was deleted.

18 changes: 0 additions & 18 deletions deployment/helm/templates/clusterrole.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions deployment/helm/templates/configmap.yaml

This file was deleted.

Loading

0 comments on commit 6a1a344

Please sign in to comment.