Skip to content

Commit

Permalink
fix: cronJob name lenght (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad authored Dec 9, 2024
1 parent 76c7d62 commit dfd51fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: {{ include "common.capabilities.cronjob.apiVersion" . }}
kind: CronJob
metadata:
name: {{ printf "%s-backup" (include "common.names.fullname" $) }}
name: {{ template "common.names.fullname" . }}
labels: {{- include "stream.labels.standard" . | nindent 4 }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
Expand Down

0 comments on commit dfd51fc

Please sign in to comment.