-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hello
The last major upgrade of Incubator Devlake Chart generates the next error:
Failed sync attempt to : one or more objects failed to apply, reason: Deployment.apps "devlake-grafana" is invalid: spec.strategy.rollingUpdate: Forbidden: may not be specified when strategy
typeis 'Recreate' (retried 5 times).
I have RollingUpdate configured in Lake section:
lake:
strategy:
type: RollingUpdate
In the Values file I can't config anything about Grafana strategy, so I suposse that it is configured in the Template, because Argo tries to change this element from Recreate to RollingUpdate.
To solve this problem I have configured an ingnore differences in the Argo Application file:
- group: apps
kind: Deployment
name: devlake-grafana
jsonPointers:
- /spec/strategy
Could you review this issue, please?
Thanks
Metadata
Metadata
Assignees
Labels
No labels