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: docs/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,8 @@
9
9
<ul>
10
10
<li><b>Azure Pipeline Environment</b> manages all required Kubernetes resources to provision an <ahref="https://docs.microsoft.com/en-us/azure/devops/pipelines/process/environments-kubernetes?view=azure-devops">Kubernetes environment</a> in Azure Pipelines.</li>
11
11
</ul>
12
+
<ul>
13
+
<li><b>Schedule Pod Restart</b> automatically restarts pods with labels based on a cron schedule.</li>
|`nameOverride`| Name of the cronjob that will be created | Chart Name `schedule-pod-restart`|
42
+
|`serviceAccount.name`| Name of the service account to use |`operations-pod-restart`|
43
+
|`serviceAccount.annotations`| Annotations for the service account | None |
44
+
|`role.name`| Name of the role to create |`manage-pods-role`|
45
+
|`bindings.role.name`| Name of the role binding |`manage-pods-role-binding`|
46
+
|`cronjob.schedule`| A cronjob expression that defines the schedule when the job should run. Learn more about the format [in the official documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax). |`0 0 * * *`|
47
+
|`cronjob.podLabels`| One or more labels on the pods that need to be restarted. Use format `key1=value1,key2=value2`| None |
48
+
|`image.tagname`| Tag of container image that contains `kubectl`| Version of the Kubernetes cluster where the chart will be deployed |
0 commit comments