Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor asset-manager clamav labels
Description: - Currently `clamav-pvc` will match onto any `PersistentVolume` with `app.kubernetes.io/instance: asset-manager` as this is contained in `asset-manager.selectorLabels`. However if another `PersistentVolume` were to be deployed with `asset-manager.selectorLabels` there is a chance it will match onto that rather than `clamav-pv` which is the wrong result - Ensure it only matches on labels that end in `-clamav-db` preventing this mixup - As part of #1883
- Loading branch information