-
Notifications
You must be signed in to change notification settings - Fork 239
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 handle configuration string over 65535 characters long #328
Comments
I think the problem is on the operator side. I have to do some research on how we can solve it. Cheers |
@Nuru What is the cssText that you were passing ? |
@tomaszsek in
The error is happening at |
@waveywaves The exact contents of the |
@tomaszsek See also jenkinsci/configuration-as-code-plugin#1398 (comment) (operator breaks under current CAC 1.41) |
Hi @Nuru, The fix is merged to the master and will be added in the next release. Cheers |
Hi @tomaszsek, could you tell me when the next release is going to be please? |
Using operator v0.4.0 with
I tried to set the
cssText
field forsimple-theme-plugin
via Configuration as Code, but it choked because the field was too big. I don't know if this is an error in thekubernetes-operator
or theconfiguration-as-code-plugin
, but it is a Groovy script error, so I am guessing the bug report belongs here.The text was updated successfully, but these errors were encountered: