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

cli: fix policy name collisions in manifest #373

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

davidweisse
Copy link
Contributor

Previously, when adding two deployments with the same name but, e.g. in different namespaces, only one policy was kept in the manifest. Now there is a policy entry for each deployment.

@davidweisse davidweisse added the bug fix Fixing a user facing bug label Apr 24, 2024
@davidweisse davidweisse requested a review from burgerdev April 24, 2024 10:22
Copy link
Contributor

@burgerdev burgerdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - I did not realize that the map is only internal to the CLI :)

@davidweisse davidweisse force-pushed the fix/policy-name-clashes branch from 0f99b40 to ee95e75 Compare April 24, 2024 14:06
@davidweisse davidweisse force-pushed the fix/policy-name-clashes branch from ee95e75 to 4df7ea7 Compare April 24, 2024 14:09
@davidweisse davidweisse marked this pull request as ready for review April 24, 2024 14:26
@davidweisse davidweisse requested a review from katexochen as a code owner April 24, 2024 14:26
Copy link
Contributor

@burgerdev burgerdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge this!

@davidweisse davidweisse merged commit 96fc5b9 into main Apr 24, 2024
8 checks passed
@davidweisse davidweisse deleted the fix/policy-name-clashes branch April 24, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Fixing a user facing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants