Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Website
Merge requests
!11
WIP: add a cronjob to clean sessions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: add a cronjob to clean sessions
cronjob-to-clean
into
main
Overview
0
Commits
2
Pipelines
3
Changes
2
Merged
Remi PLANEL
requested to merge
cronjob-to-clean
into
main
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
2
Expand
clean sessions
0
0
Merge request reports
Compare
main
version 1
5a428259
1 year ago
main (base)
and
latest version
latest version
81dc75f9
2 commits,
1 year ago
version 1
5a428259
1 commit,
1 year ago
2 files
+
64
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
deploy/charts/djangoninja/templates/_helpers.tpl
+
10
−
0
Options
@@ -60,3 +60,13 @@ Create the name of the service account to use
{{- default "default" .Values.serviceAccount.name }}
{{- end }}
{{- end }}
{
{
/*
fullname
for
cronjob
clean
sessions
*/
}
}
{{- define "djangoninja.cleanSessionsCronName" -}}
{{- printf "%s-clean-sessions" (include "djangoninja.fullname" .) }}
{{- end }}
Loading