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

Adding if Condition for checksum #1079

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

vemulaanvesh
Copy link

@vemulaanvesh vemulaanvesh commented Apr 24, 2024

What does this PR do?

  • Adding a provision to turn off or on checksum
  • When i am applying JCASC via GH PR, every time when PR get merged, Jenkins is througing 111 error for nearly 30-40 sec (which means downtime for 30-40 sec).

  • so we want to turn off checksum and restart jenkins during maintaince window.

  • As this is a extra provision to users i feel this should be a good option

If you modified files in the ./charts/jenkins/ directory, please also include the following:

Submitter checklist

Special notes for your reviewer

Co-authored-by: Koen van Zuijlen <[email protected]>
@timja
Copy link
Member

timja commented Jul 27, 2024

  • When i am applying JCASC via GH PR, every time when PR get merged, Jenkins is througing 111 error for nearly 30-40 sec (which means downtime for 30-40 sec).

If you use auto reload you won't have that issue:

# Only add config to this script if we aren't auto-reloading otherwise the pod will restart upon each config change:
{{- if .Values.controller.JCasC.defaultConfig }}

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

Successfully merging this pull request may close these issues.

3 participants