If you enable Spring Cloud Config all the properties (e.g. Docker) using [Secrets]({{< ref "continuous-deployment/armory-admin/secrets" >}}) are not resolved when Spring Cloud tries to refresh.
Affected versions:
- 2.26.x and later
Known Affected providers in Clouddriver:
- Kubernetes
- Cloudfoundry
- Docker
Workaround:
Do not use secrets for properties that are annotated with @RefreshScope
.