Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
fdca2602
Commit
fdca2602
authored
Apr 13, 2022
by
Bryan BRANCOTTE
Browse files
remove ending - after truncating the name
parent
ac3c2353
Changes
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/cronjob-back-command.yaml
View file @
fdca2602
...
...
@@ -4,7 +4,7 @@
apiVersion
:
batch/v1beta1
kind
:
CronJob
metadata
:
name
:
{{
printf "%s-%s" (include "chart.fullname" $root) (join "-" $task.command | replace "_" "-") | trimSuffix "-"
| trunc 52
}}
name
:
{{
printf "%s-%s" (include "chart.fullname" $root) (join "-" $task.command | replace "_" "-") |
trunc 52 |
trimSuffix "-"
}}
labels
:
{{
- include "chart.labels" $root | nindent 4
}}
app
:
back-cron-job
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment