diff --git a/deploy/addons/inspektor-gadget/ig-daemonset.yaml.tmpl b/deploy/addons/inspektor-gadget/ig-daemonset.yaml.tmpl index e358f9fe0c68..77141e7fced7 100644 --- a/deploy/addons/inspektor-gadget/ig-daemonset.yaml.tmpl +++ b/deploy/addons/inspektor-gadget/ig-daemonset.yaml.tmpl @@ -32,12 +32,12 @@ spec: terminationMessagePolicy: FallbackToLogsOnError image: {{.CustomRegistries.InspektorGadget | default .ImageRepository | default .Registries.InspektorGadget }}{{.Images.InspektorGadget}} imagePullPolicy: "Always" - command: [ "/entrypoint.sh" ] + command: [ "/entrypoint" ] lifecycle: preStop: exec: command: - - "/cleanup.sh" + - "/cleanup" readinessProbe: periodSeconds: 5 timeoutSeconds: 2