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

Cloud skip tls verify #901

Open
iAlexMlops opened this issue Jul 29, 2023 · 0 comments
Open

Cloud skip tls verify #901

iAlexMlops opened this issue Jul 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@iAlexMlops
Copy link

Is your feature request related to a problem? Please describe

I try to add Cloud config in my jenkins by using default jcasc-default-config.yaml in ConfigMap. I don't want to use custom JCasC config in section Values.JCasC.configScripts as it clogs up values.yaml.

But I have some trouble. In my case I need to add "Disable https certificate check".
In config this is equal "skipTlsVerify: true" but when I try to find it in original chart my attempts ended in failure.
I think we shoud add this in _helpers.tpl in define "jenkins.casc.defaults" section

Describe the solution you'd like

As I wrote earlier we should add something like:
skipTlsVerify: "{{ .Values.agent.skipTlsVerify }}" in {{- define "jenkins.casc.defaults" -}} section in _helpers.tpl

Describe alternatives you've considered

I tried to use non default config but it create the difficulties for reading of my values

Additional context

No response

@iAlexMlops iAlexMlops added the enhancement New feature or request label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant