You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have switched to use sidecar containers, and keel seems to be having issues updating these deployments.
time="2024-10-18T13:49:32Z" level=error msg="provider.kubernetes: got error while updating resource" deployment=molgen error="Deployment.apps \"molgen\" is invalid: [spec.template.spec.initContainers[0].livenessProbe: Forbidden: may not be set for init containers without restartPolicy=Always, spec.template.spec.initContainers[0].readinessProbe: Forbidden: may not be set for init containers without restartPolicy=Always]" kind=deployment namespace=nitrogen update="nitrogen->nitrogen"
The restart policy is correctly set (restartPolicy=Always) but somehow it gets dropped by keel
The text was updated successfully, but these errors were encountered:
I have switched to use sidecar containers, and keel seems to be having issues updating these deployments.
The restart policy is correctly set (
restartPolicy=Always
) but somehow it gets dropped by keelThe text was updated successfully, but these errors were encountered: