Skip to content

Commit

Permalink
Add suffix "-cron" to cronJob so that the pods can be distinguished
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kirchner <martin.kirchner@cas.de>
  • Loading branch information
Martin Kirchner committed Mar 4, 2025
1 parent aca0559 commit 28d50f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ template "nextcloud.fullname" . }}
name: {{ template "nextcloud.fullname" . }}-cron
labels:
{{- include "nextcloud.pods.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 28d50f2

Please sign in to comment.