mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
369 B
369 B
Restart Policy
key: restartPolicy
- Type:
string - Default:
Always - Helm Template: ❌
Sets the container's restart policy.
Keys and sub keys:
# Optional
restartPolicy:
Deployment, StatefulSet, ReplicaSet and DaemonSet only allows Always
Examples:
restartPolicy: OnFailure
restartPolicy: Never
restartPolicy: Never