Commit d4ae12d
[federation] Refactor CA bundle defaults to chained style in hook_controlplane_config
Address non-blocking review suggestions from evallesp and michburk on
ci-framework PR #3766.
Refactor _federation_ca_bundle_secret_name to use chained | default()
filters instead of nesting them. This removes the redundant trailing
| default('custom-ca-certs', true) and flattens the remaining nested
default into a more readable two-step chain:
| default(cifmw_custom_ca_certs_secret_name, true)
| default('custom-ca-certs', true)
Signed-off-by: Ade Lee <alee@redhat.com>
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 184a5e1 commit d4ae12d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments