mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
508 B
508 B
Restart Policy
key: restartPolicy
Info:
- Type:
string - Default:
Always - Default((Cron)Job):
Never - Helm Template: ❌
Can be defined in:
.Values.restartPolicy
Sets the container's restart policy.
Keys and sub keys:
# Optional
restartPolicy:
Deployment, StatefulSet, ReplicaSet and DaemonSet only allows Always
Job and CronJob don't have that restriction.
Examples:
restartPolicy: OnFailure
restartPolicy: Never
restartPolicy: Always