Skip to content
Snippets Groups Projects

Update ingress

Merged Bryan BRANCOTTE requested to merge update-ingress into master
5 files
+ 9
7
Compare changes
  • Side-by-side
  • Inline
Files
5
{{- $root := . -}}
{{- range $task := .Values.backCronTasks.tasks }}
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ printf "%s-%s" (include "chart.fullname" $root) (join "-" $task.command | replace "_" "-") | trunc 52 | trimSuffix "--" | trimSuffix "-" }}