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

Cannot verify for objects with dots #43

Closed
e-minguez opened this issue Apr 29, 2024 · 3 comments
Closed

Cannot verify for objects with dots #43

e-minguez opened this issue Apr 29, 2024 · 3 comments

Comments

@e-minguez
Copy link

We are trying to use Detik for some tests and for objects where a short name collides with others, we need to use the full object name and Detik doesn't seem to like it.

verify "'.value' is 'false' for settings.management.cattle.io named 'first-login'"
@vincent-zurczak
Copy link
Member

Hi @e-minguez.
Indeed, resource names have been all considered to follow this regular expression: [a-z]+.
CRDs had not been planned at the time. We can and should extend the pattern to include a dot.

@vincent-zurczak
Copy link
Member

A PR has been submitted for review.
Hopefully, it should be soon available.

vincent-zurczak added a commit that referenced this issue Jun 3, 2024
@vincent-zurczak
Copy link
Member

I have created the tag v1.3.1 that solves this issue.

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

2 participants