Skip to content

Commit

Permalink
fix: remove service account sufix
Browse files Browse the repository at this point in the history
  • Loading branch information
diomalta committed Nov 6, 2024
1 parent 0fe1dee commit 68e32e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "pod-cleanup.fullname" . }}-pod-cleanup
name: {{ include "pod-cleanup.fullname" . }}
labels:
{{- include "pod-cleanup.labels" . | nindent 4 }}
annotations:
Expand Down

0 comments on commit 68e32e4

Please sign in to comment.