Open rchenzheng opened 4 years ago
The values.yaml references the StatefulSet docs incorrectly. The operator is deployed as a Deployment which only allows "Recreate" or "RollingUpdate", not "OnDelete"
https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
For anyone coming across this, one quick workaround could be:
helm install --set updateStrategy=RollingUpdate nats-streaming .
Error: