Commit 22ee647
authored
refactor: absorb ZTVP RHBK config into rh-keycloak wrapper (#146)
* refactor: absorb ZTVP-specific RHBK config into rh-keycloak wrapper
Move all ZTVP-specific configuration from the generic rhbk subchart
into the rh-keycloak wrapper values: full ZTVP realm definition,
realm import placeholders, extra secrets (keycloak-users, ACS OIDC,
RHTPA CLI OIDC), SPIFFE Identity Provider enablement, and vault paths.
Update rh-keycloak Chart.yaml to depend on rhbk >=0.1.0 (generalized).
Also fix pipeline git-clone basic-auth workspace binding to be
conditional on git.credentials.enabled, preventing failures when
cloning public repos without credentials configured.
Signed-off-by: Min Zhang <minzhang@redhat.com>
* fix: use canonical duration format for refreshInterval
Kubernetes normalizes Go duration strings (e.g. "1h" -> "1h0m0s") when
storing ExternalSecret CRs, causing ArgoCD to detect a perpetual diff
and mark resources as OutOfSync. Use the fully-qualified "1h0m0s" format
so the desired manifest matches the live state exactly.
Signed-off-by: Min Zhang <minzhang@redhat.com>
---------
Signed-off-by: Min Zhang <minzhang@redhat.com>1 parent e73f93c commit 22ee647
3 files changed
Lines changed: 573 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments