Skip to content

Commit

Permalink
Truncate the delete apiservice job name (#471)
Browse files Browse the repository at this point in the history
* Truncate the delete apiservice job name

* Address review comments
  • Loading branch information
abalaven authored Nov 30, 2023
1 parent b6fbade commit 0573663
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/v1
kind: Job
metadata:
name: {{ include "konk-service.fullname" . }}-delete-apiservice
name: {{ include "konk-service.fullname" . | trunc 43 | trimSuffix "-" }}-delete-apiservice
namespace: {{ .Release.Namespace }}
labels:
{{- include "konk-service.labels" . | nindent 4 }}
Expand Down

0 comments on commit 0573663

Please sign in to comment.