Commit eb82468
[federation] Remove redundant default filter in hook_controlplane_config
Address non-blocking review suggestion from evallesp on ci-framework
PR #3766.
Remove the redundant trailing | default('custom-ca-certs', true) from
the _federation_ca_bundle_secret_name fact. The preceding
cifmw_custom_ca_certs_secret_name | default('custom-ca-certs', true)
already guarantees a non-empty value, making the outer default a no-op.
Signed-off-by: Ade Lee <alee@redhat.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Made-with: Cursor1 parent a3af9bc commit eb82468
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
0 commit comments