Loading rucio-daemons/templates/renew-fts-cronjob.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ kind: CronJob metadata: name: {{ .Release.Name }}-renew-fts-proxy spec: schedule: "12 */6 * * *" schedule: "{{ .Values.ftsRenewal.schedule }}" jobTemplate: spec: template: Loading rucio-daemons/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -350,6 +350,7 @@ necromancer: ftsRenewal: enabled: 0 schedule: "12 */6 * * *" image: repository: rucio/fts-cron tag: latest Loading Loading
rucio-daemons/templates/renew-fts-cronjob.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ kind: CronJob metadata: name: {{ .Release.Name }}-renew-fts-proxy spec: schedule: "12 */6 * * *" schedule: "{{ .Values.ftsRenewal.schedule }}" jobTemplate: spec: template: Loading
rucio-daemons/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -350,6 +350,7 @@ necromancer: ftsRenewal: enabled: 0 schedule: "12 */6 * * *" image: repository: rucio/fts-cron tag: latest Loading