Skip to content

Commit

Permalink
fix service account
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Oct 12, 2024
1 parent e0fd648 commit 1a3c490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sablier/templates/sa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: sablier-{{ .Release.Name }}-fail
name: sablier-{{ .Release.Name }}
namespace: {{ .Release.Namespace }}

0 comments on commit 1a3c490

Please sign in to comment.