We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56894f commit e9a03cbCopy full SHA for e9a03cb
deploy/addons/inspektor-gadget/ig-daemonset.yaml.tmpl
@@ -32,12 +32,12 @@ spec:
32
terminationMessagePolicy: FallbackToLogsOnError
33
image: {{.CustomRegistries.InspektorGadget | default .ImageRepository | default .Registries.InspektorGadget }}{{.Images.InspektorGadget}}
34
imagePullPolicy: "Always"
35
- command: [ "/entrypoint.sh" ]
+ command: [ "/entrypoint" ]
36
lifecycle:
37
preStop:
38
exec:
39
command:
40
- - "/cleanup.sh"
+ - "/cleanup"
41
readinessProbe:
42
periodSeconds: 5
43
timeoutSeconds: 2
0 commit comments