Mahé

Results 216 comments of Mahé

Can you show us the ConfigMap in question. It seems you have an object instead of a boolean at `enable-ancestors` but seeing the value will make it clearer ``` validating...

I think we might need your values.yaml file, I tried to install with ``` helm install tetragon cilium/tetragon -n kube-system --create-namespace --set tetragon.enablePolicyDeny=true ``` and it worked

https://github.com/cilium/tetragon/actions/runs/18400471971/job/52429335952?pr=4159

https://github.com/cilium/tetragon/actions/runs/18724772035/job/53407236919 or https://github.com/cilium/tetragon/actions/runs/18845325109/job/53768801662

cc @ExceptionalHandler @ygvalent

I see checkpatch is complaining and other CI checks, you can run `make checkpatch` locally and see more docs on how to create a nice PR here https://tetragon.io/docs/contribution-guide/submitting-a-pull-request/ if that...

> > Or using compatible in size integer type is official way to do that? > > Am not really sure, let me ask [@mtardy](https://github.com/mtardy) :) Anyway, since it is...

See this CFP https://github.com/cilium/design-cfps/pull/80

Hey 👋 , thanks for taking the time to write this issue. While I agree that having this kind of macro mechanism for syntactic sugar could be useful, I think...

I haven't review the content but just wanted to mention that usually the syntax is `array[idx].field` instead of `array.[idx].field`. Is the syntax with the `.` before the array index a...