[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:
commit
f793ebd0a3
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue