Closed t-kikuc closed 2 months ago
What happened:
Invalid Config
What you expected to happen:
How to reproduce it:
Environment:
piped
control-plane
This problem will happen in ECSApp and LambdaApp.
Current Workaround
You need to re-register your application.
The cause
SyncState
The solution
We need to release DriftDetection for ECS and Lambda.
Probably this PR will solve that. https://github.com/pipe-cd/pipecd/pull/5122
Since https://github.com/pipe-cd/pipecd/pull/5122 is merged, this will not happen.
What happened:
Invalid Config
kept showing on the console even after fixing the config for ECSApp.What you expected to happen:
How to reproduce it:
Invalid Config
appears.Invalid Config
appears.Environment:
piped
version: v0.48.0control-plane
version: v0.48.0Investigation Result
This problem will happen in ECSApp and LambdaApp.
Current Workaround
You need to re-register your application.
The cause
SyncState
(such asInvalid Config
) when checking repos, drift detection, and so on.Invalid Config
requires DriftDetection, but it's not supported yet for ECS and Lambda.The solution
We need to release DriftDetection for ECS and Lambda.