Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate ResourceGroup labels and annotations #4165

Merged
merged 2 commits into from
Jul 15, 2024

Commits on Jun 27, 2024

  1. Propagate ResourceGroup labels and annotations

    When I declare a ResourceGroup on disk, I expect the labels and
    annotations defined on it to be propagated to the in-cluster inventory.
    That was previously not the case.
    
    kioutil annotations are removed (path, index, etc) since they are
    redundant for inventories that are typically defined in one place, and
    don't need to be reconstructed by a function pipeline.
    
    Signed-off-by: Fredrik Sommar <[email protected]>
    fsommar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7264842 View commit details
    Browse the repository at this point in the history
  2. Replace busybox with no-op function in test

    Signed-off-by: Fredrik Sommar <[email protected]>
    fsommar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    feb91a6 View commit details
    Browse the repository at this point in the history