-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: TLSOption #131
feat: TLSOption #131
Conversation
@maythamalfouadi Is this what is needed ? |
Yep! Thank you @mloiseleur ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may test additional values that default. It doesn't work. Test with the example you provided.
Error: UPGRADE FAILED: failed to create resource: TLSOption.traefik.io "customOptions" is invalid: metadata.name: Invalid value: "customOptions": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
Good catch ! I fixed the example with 2e3c787 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2e3c787
to
13d7417
Compare
What does this PR do?
It allows to create dynamic config resources:
TLSOption
.Motivation
See #129
More
make test
and all the tests passed