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

Exclude for labels/annotations with slashes and dots in them #362

Open
gitargowithit opened this issue Apr 23, 2024 · 0 comments
Open

Exclude for labels/annotations with slashes and dots in them #362

gitargowithit opened this issue Apr 23, 2024 · 0 comments

Comments

@gitargowithit
Copy link

If you have the following:

kind: Deployment
metadata:
    annotations:
        test.io/tracking-id: atestinstance-001
    labels:
        app.kubernetes.io/instance: atestinstance001

How do you use exclude with this? Just doing metadata.labels does exclude all the labels but the . and / characters seem to cause issues with the exclude logic being able to identify the label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant