You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/examples/hooks-and-jobs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: >
8
8
9
9
## Introduction
10
10
11
-
Jobs only have some [mutable fields](https://kubernetes.io/docs/concepts/workloads/controllers/job/#mutable-scheduling-directives) making them tricky to patch/update this problem can be solved by using [hooks]({{% ref "docs/kluctl/deployment/hooks" %}}).
11
+
Jobs only have some [mutable fields](https://kubernetes.io/docs/concepts/workloads/controllers/job/#mutable-scheduling-directives) making them tricky to patch/update this problem can be solved by using [hooks]({{% ref "docs/kluctl/deployments/hooks.md" %}}).
12
12
13
13
14
14
In the following [example](https://kubernetes.io/docs/concepts/workloads/controllers/job/) we've marked a `Job` to be ran after the deployment, we've also specified kluctl not to wait for its completion.
0 commit comments