Initial implementation - #1
Conversation
167732a to
bc1a747
Compare
|
🚀 Merging this PR will release Merging will trigger workflows 🛠️ Auto tagging enabled with label |
|
Example implementation relying on |
Done. Aggregated RBAC is now handled by this new component. |
f6c37f7 to
6d77ee7
Compare
| std.parseInt( | ||
| std.get( | ||
| std.get( | ||
| inv.parameters, | ||
| 'dynamic_facts', | ||
| {} | ||
| ), | ||
| 'openshiftVersion', | ||
| { Minor: '0' } | ||
| ).Minor | ||
| ) >= 19; |
There was a problem hiding this comment.
We currently try to avoid using dynamic facts directly in components. Instead, we usually have a component parameter that's set to some static default value and which can be set to the dynamic fact in the VSHN global defaults.
There was a problem hiding this comment.
ah, this is copied from airlock-microgateway-operator... if you don't mind, I'd like to change this to the best practice variant in this PR.
Checklist
changelog.
The PR has a meaningful description that sums up the change. It will be
linked in the changelog.
bug,enhancement,documentation,change,breaking,dependencyas they show up in the changelog.