mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
Added strategy.type option to values.yaml (default: RollingUpdate) to allow users to configure the deployment strategy. Users with ReadWriteOnce (RWO) persistent volumes should set this to "Recreate" to avoid Multi-Attach errors during upgrades. Related to #1057