[Backport release-1.0] [dashboard] Add secret-hash annotation to KeycloakClient for secret sync (#2240)

# Description
Backport of #2231 to `release-1.0`.
This commit is contained in:
Andrei Kvapil 2026-03-18 12:53:25 +01:00 committed by GitHub
commit f793ebd0a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,8 @@ apiVersion: v1.edp.epam.com/v1
kind: KeycloakClient
metadata:
name: dashboard-client
annotations:
secret-hash: {{ $dashboardClient | sha256sum }}
spec:
serviceAccount:
enabled: true