Create a daemonset.yaml with an updateStrategy section. This settings allows for faster rollouts, instead of going one at a time.
spec:
updateStrategy:
rollingUpdate:
maxUnavailable: 20%
type: RollingUpdate
Run that through helmify, and the updateStrategy will be dropped from the output file.
Create a daemonset.yaml with an updateStrategy section. This settings allows for faster rollouts, instead of going one at a time.
Run that through helmify, and the updateStrategy will be dropped from the output file.