Skip to content

Commit

Permalink
oci-hook: clarify that Tetragon namespace is always added
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Nikolic <oss.filipn@gmail.com>
  • Loading branch information
f1ko committed May 13, 2024
1 parent e523052 commit 2424f81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/reference/helm-chart.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/kubernetes/tetragon/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions install/kubernetes/tetragon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ tetragon:
interface: "oci-hooks"
installDir: "/opt/tetragon"
# -- Comma-separated list of namespaces to allow Pod creation for, in case tetragon-oci-hook fails to reach Tetragon agent.
# The namespace Tetragon is deployed in is always added as an exception and must not be added again.
failAllowNamespaces: ""
# -- Security context for oci-hook-setup init container
securityContext:
Expand Down

0 comments on commit 2424f81

Please sign in to comment.