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

helm: add named template that creates the specification for a cronjob #701

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

audrium
Copy link
Member

@audrium audrium commented Mar 3, 2023

closes #695

To test:

  • set the cronjob schedules to run every minute "* * * * *"
  • compare the spec (kuebctl describe <cronjob_pod_name> or k get pod <cronjob_pod_name> -o yaml) with the one which was not using the cronjob_spec named template

Note: I found out that resource-quota-update and retention-rules-apply cronjobs were not using reana infrastructure service account and introduced this change

@codecov-commenter
Copy link

Codecov Report

Merging #701 (7c454a3) into master (35f42c5) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #701   +/-   ##
=======================================
  Coverage   18.84%   18.84%           
=======================================
  Files          26       26           
  Lines        2144     2144           
=======================================
  Hits          404      404           
  Misses       1740     1740           

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.

helm: use templates to define cronjobs
2 participants