Skip to content

Commit

Permalink
helm: remove old webhook config
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Feb 21, 2024
1 parent 39fc6cc commit 36d9513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions deploy/helm/tracee/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ spec:
args:
- --config
- /tracee/config.yaml
{{- if .Values.webhook }}
- --output webhook:{{ .Values.webhook }}
{{- end }}
env:
- name: LIBBPFGO_OSRELEASE_FILE
value: /etc/os-release-host
Expand Down Expand Up @@ -110,4 +107,4 @@ spec:
path: /var/run/docker.sock
- name: tracee-config
configMap:
name: tracee-config
name: tracee-config
2 changes: 0 additions & 2 deletions deploy/helm/tracee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ tolerations:

affinity: {}

webhook: ""

traceeConfig: {}

config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ helm repo add aqua https://aquasecurity.github.io/helm-charts
helm install tracee ./deploy/helm/tracee \
--namespace tracee-system \
--set hostPID=true \
--set webhook=http://postee-svc:8082
--set config.output.webhook.host=postee-svc --set config.output.webhook.port=8082
```

!!! tip
Expand Down

0 comments on commit 36d9513

Please sign in to comment.