## What this PR does This PR adds config hash annotations to the dashboard deployment templates to ensure pods are automatically restarted when their configuration changes. Changes: - Added `checksum/config` annotation to `nginx.yaml` deployment that computes a hash of `nginx-config.yaml` - Added `checksum/config` annotation to `web.yaml` deployment that computes a hash of `configmap.yaml` This replaces the hardcoded checksum in nginx.yaml with a dynamically computed one, and adds a new checksum for the web deployment. ### Release note ```release-note [dashboard] Add config hash annotations to automatically restart pods when configuration changes ``` |
||
|---|---|---|
| .. | ||
| apps | ||
| core | ||
| extra | ||
| library | ||
| system | ||
| tests/cozy-lib-tests | ||