Skip to content

Commit 66071d8

Browse files
Merge pull request #244620 from bwren/patch-65
Update container-insights-cost.md
2 parents 423ab98 + 48a3c95 commit 66071d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/containers/container-insights-cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The following examples show what changes you can apply to your cluster by modify
135135
enabled = false
136136
```
137137
138-
1. To clean up jobs that are finished, specify the cleanup policy in the job definition by modifying the following code in the ConfigMap file:
138+
1. To clean up jobs that are finished, specify the cleanup policy in your job definition yaml. Following is example Job definition with clean up policy. For more details, refer to [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/job/#clean-up-finished-jobs-automatically).
139139
140140
```
141141
apiVersion: batch/v1

0 commit comments

Comments
 (0)