Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
HOTFIX: Helm chart name too long (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
alysivji authored Jul 11, 2020
1 parent 40256ed commit a7eb1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: "{{ include "busybeaver.fullname" . }}--cron--queue-github-summary-jobs"
name: "{{ include "busybeaver.fullname" . }}--cron--queue-github-summary"
labels:
type: post-github-summary
{{- include "busybeaver.labels" . | nindent 4 }}
Expand Down

0 comments on commit a7eb1d6

Please sign in to comment.